/** * Formats templates with intelligent caching. */ declare const templateFormat: (string_?: string) => string; export default templateFormat;