declare function template(tpl: string, data: { [key: string]: any; }): string; export default template;