declare global { interface Window { lmsg: (key: string, ...args: any[]) => string; } } export {};