import { DesktopWindowState } from '../types'; /** * Window focus / fullscreen / maximize state, kept in sync by * `bootDesktopShell()`. Returns the neutral default on web. */ export declare function useDesktopWindowState(): DesktopWindowState; //# sourceMappingURL=useDesktopWindowState.d.ts.map