export declare function isPlainObject(value: any): value is Record<string, any>;
export declare function mergeDeep(target: Record<string, any>, source: Record<string, any>): Record<string, any>;
//# sourceMappingURL=mergeDeep.d.ts.map