import { Key, Cache, MutatorCallback, MutatorOptions } from '../types'; export declare const internalMutate: (args_0: Cache, args_1: Key, args_2: Data | Promise | MutatorCallback | undefined, args_3: boolean | MutatorOptions | undefined) => Promise;