import types from './types'; declare function strTpl(str: string, data: types.PlainObj): string; export default strTpl;