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