import type { AnyObject } from '@goatlab/js-utils'; import type { PupaOptions } from '@goatlab/js-utils/dist/Strings/pupa'; declare class TemplateUtil { renderString(tmpl: string, params?: AnyObject, opt?: PupaOptions): string; } export declare const templateUtil: TemplateUtil; export {};