declare global { interface Window { Module?: { onRuntimeInitialized?: () => void; }; } } export {};