export declare function tryParseJson(content: string): any;
export declare function merge(source: any, target: any): any;
