import type { GraphQLSchema } from "graphql";
export declare function search(directiveName: string): (schema: GraphQLSchema) => GraphQLSchema;
