import { DocumentNode } from 'graphql'; export declare function hideLiterals(ast: DocumentNode): DocumentNode; export declare function dropUnusedDefinitions(ast: DocumentNode, operationName: string): DocumentNode; export declare function sortAST(ast: DocumentNode): DocumentNode; export declare function removeAliases(ast: DocumentNode): DocumentNode; export declare function printWithReducedWhitespace(ast: DocumentNode): string; export declare function defaultSignature(ast: DocumentNode, operationName: string): string; //# sourceMappingURL=signature.d.ts.map