export declare const resources: { readonly en: { reports: string; no: string; ticket: string; type: string; bet: string; win: string; draw_code: string; loading: string; loading_more: string; no_more_data: string; no_ticket_available: string; under: string; over: string; any_triple: string; }; readonly kh: { reports: string; no: string; ticket: string; type: string; bet: string; win: string; draw_code: string; loading: string; loading_more: string; no_more_data: string; no_ticket_available: string; under: string; over: string; any_triple: string; }; }; export type SupportedLang = keyof typeof resources; export type TranslationKey = keyof typeof resources.en; //# sourceMappingURL=resources.d.ts.map