import enUs from "./en-US"; export type TranslationKeys = keyof typeof enUs; export default { "en-US": enUs, };