/** * Get map of translations for a given phrase in each language. * @param method - Source translation method to use. * @param args - Method arguments. * @returns Map of translations. */ export declare function __m any>(method: T, ...args: Parameters): Record; //# sourceMappingURL=__m.d.ts.map