import { DocumentNode } from 'graphql';
export declare function isDocumentNode(object: any): object is DocumentNode;
