export type LangMap = { [key: string]: string; }; export declare function translate(key: string, map?: LangMap): string;