import { DocumentNode } from 'graphql';
export declare function defaultPrintFn(document: DocumentNode): string;
