export {} declare global { interface Window { Capacitor?: { Plugins?: Record isNativePlatform?: () => boolean getPlatform?: () => string } } }