export declare const isObject: (item: any) => boolean; export declare const mergeDeep: (target: Record, source: Record) => Record;