2025-06-17 11:39:51 +08:00

4 lines
179 B
TypeScript

import { TranslateOptions } from "../typing";
import { I18n } from "../I18n";
export declare function interpolate(i18n: I18n, message: string, options: TranslateOptions): string;