export declare function mergeWithMemory<T extends Record<string, any>>(current: T, snapshot: Partial<T>): T;
