export declare const getJsTmpl: (js: string) => string; export declare const getHtmlTmpl: (html: string) => string; export declare const getMatchedResult: (re: RegExp) => (str: string) => string | null; export declare const parseAndDecode: (str: string) => any;