/** * 格式化 * @param {string} template string format * @param {...any} res input params */ declare const format: (template: any, _params: any) => any; export { format }; //# sourceMappingURL=string-format.d.ts.map