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