/// declare global { interface Window { $t?: (key: string, ...args: any[]) => string } } export {}