export declare const identifier: (directiveName: string) => (schema: import("graphql").GraphQLSchema) => import("graphql").GraphQLSchema;
