export declare const mutationPromise: <T extends string | number>(getValue: () => T) => Promise<unknown>;
