export declare const format: (replace: string, replaceWith: { [k: string]: string | number; }) => string; export declare function isObject(item: any): boolean; export default function mergeDeep(target: any, source: any): any;