type PlainObject = { [key: string]: any; }; export declare const merge: (target: PlainObject, source?: PlainObject) => PlainObject; export {}; //# sourceMappingURL=merge.d.ts.map