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