import { DocumentNode } from 'graphql'; import { GraphQLOperation } from '@graphql-mesh/types'; export declare function ensureDocumentNode(document: GraphQLOperation): DocumentNode;