import { TranslationsGroup } from "../../types"; type GlobalTranslationKeys = "LOCAL_LOGIC" | "POWERED_BY"; export type TranslationGroup = TranslationsGroup;