import { TranslationsGroup } from '../../types'; type GlobalTranslationKeys = "LOCAL_LOGIC" | "POWERED_BY"; export type TranslationGroup = TranslationsGroup; export {}; //# sourceMappingURL=types.d.ts.map