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