import { GraphQLSchema } from 'graphql';
declare module 'graphql' {
    interface GraphQLSchema {
        __apiSchema: GraphQLSchema | undefined;
    }
}
export declare function toAPISchema(schema: GraphQLSchema): GraphQLSchema;
//# sourceMappingURL=toAPISchema.d.ts.map