import { IObject } from "./"; export declare function extend(dest: IObject | any[], src: IObject | any[], overwrite?: boolean): any;