declare function interpolate(text: string, ...parameters: string[]): string; export declare const TextUtil: Readonly<{ interpolate: typeof interpolate; }>; export {};