type MergeableObject = Record; export declare const merge: (base: T, add: T) => T; export {};