import type { GraphQLSchema } from "graphql/type";
export declare function toPrismaSelectDirectiveTransformer(schema: GraphQLSchema, directiveName: string): GraphQLSchema;
