import { I18nParams } from '../types'; /** * Translates a single phrase and adds it to locales if unknown. * @param phraseOrParams - Phrase to translate or params. * @param values - Values to print. * @returns Translated parsed and substituted string. */ export declare function __(phraseOrParams: string | TemplateStringsArray | I18nParams, ...values: any[]): string; //# sourceMappingURL=__.d.ts.map