import type { Lang } from '@dynamic-labs/locale'; export type LocaleModuleMessages = { changeLanguage: (lang: Lang) => Promise; };