import { I18nLocale, I18nParams } from '../types'; /** * Get source value from locales by given key without any post-processing. * @param phraseOrParams - Phrase to get or params. * @returns Source value. */ export declare function __v(phraseOrParams: string | TemplateStringsArray | I18nParams): T; //# sourceMappingURL=__v.d.ts.map