import { DocumentNode } from 'graphql';
export declare function normalizeOperation({ document, operationName, hideLiterals, removeAliases, }: {
    document: DocumentNode;
    hideLiterals?: boolean;
    removeAliases?: boolean;
    operationName?: string;
}): string;
//# sourceMappingURL=operation.d.ts.map