import { DocumentNode } from 'graphql'; import { TypedDocumentNode } from '@graphql-typed-document-node/core'; import { OperationVariables } from '../../core'; import { LazyQueryHookOptions, LazyQueryResultTuple } from '../types/types'; export declare function useLazyQuery(query: DocumentNode | TypedDocumentNode, options?: LazyQueryHookOptions): LazyQueryResultTuple; //# sourceMappingURL=useLazyQuery.d.ts.map