export declare const NS: { readonly component: "component"; }; export type TranslationNamespace = keyof typeof NS; export declare const RESOURCES: Record>>; export declare const LANGUAGES_TO_CHECK: string[];