export type TranslationFn = (key: string, ...args: any[]) => string;
