// types/global.d.ts
export {};
declare global {
interface Window {
RUNTIME_ENV?: Record<string, string>;
}