///
declare global {
interface Window {
__OCSWITCH_WAILS__?: boolean
go?: {
main?: {
App?: {
Meta: () => Promise>
Overview: () => Promise
Providers: () => Promise
Aliases: () => Promise
DoctorRun: () => Promise
ProxyStatus: () => Promise
StartProxy: () => Promise
StopProxy: () => Promise
DesktopPrefs: () => Promise
SavePrefs: (input: import('./types').DesktopPrefsView) => Promise
PreviewSync: (input: import('./types').SyncInput) => Promise
ApplySync: (input: import('./types').SyncInput) => Promise
}
}
}
}
}
export {}