import { type DocumentNode } from 'graphql';
/**
 * This function generates a hash from a document node.
 */
export declare function generateDocumentHash(operation: string): string;
/**
 * Normalizes and prints a document node.
 */
export declare function normalizeAndPrintDocumentNode(documentNode: DocumentNode): string;
