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