export declare function isPlainObject(value: any): value is Record; export declare function deepMerge>(target: T, source: Partial): T; //# sourceMappingURL=object.d.ts.map