import { ASTNode } from 'graphql';
export declare function parseAndCache(source: string): import("graphql").DocumentNode;
export declare function printCached(document: ASTNode): string;
