import { GraphQLSchema } from 'graphql';
export declare function addCatchUndefinedToSchema(schema: GraphQLSchema): GraphQLSchema;
