import { Language } from '../store'; type LangValue = R | ((params: P) => R); type LangMap = Record>; export declare const tr:

(map: LangMap, params?: P) => R; export {};