export declare function isJsonFile(file: string): boolean;
export declare function mergeDeep(targetObj: any, sourceObj: any): any;
