declare const allTranslations: { acceptAndClose: { [key: string]: string; }; }; export declare const i18n: (key: keyof typeof allTranslations, locale: string) => string; export {};