import { DocumentNode } from "graphql"; export declare function sortSchemaAst(doc: DocumentNode): DocumentNode;