export declare function substitute(srcStr: string, varSet: any): string;
export declare function parseJSON(json: string, varSet: any): any;
