import { DocumentNode } from 'graphql'; import { TypedDocumentNode } from '@graphql-typed-document-node/core'; import { MutationHookOptions, MutationTuple } from '../types/types'; import { ApolloCache, DefaultContext, OperationVariables } from '../../core'; export declare function useMutation = ApolloCache>(mutation: DocumentNode | TypedDocumentNode, options?: MutationHookOptions): MutationTuple; //# sourceMappingURL=useMutation.d.ts.map