import { PlainObject } from '../types'; export declare const objectDeepAssign: (base: PlainObject | undefined, assign: PlainObject) => PlainObject;