import { BrowserWindow } from 'electron'; export declare const desktopShellSidebarWidth = 250; export declare const desktopDashboardPreferredContentWidth = 1320; export declare const desktopDashboardMinContentWidth = 980; export declare const desktopWindowPreferredWidth: number; export declare const desktopWindowMinWidth: number; export declare function desktopWindowInitialWidth(workAreaWidth?: number): number; export declare function createMainWindow(preloadPath: string, rendererDir: string): BrowserWindow; export declare function shouldOpenUrlExternally(url: string): boolean; export declare function shouldOpenGuestNavigationExternally(url: string, currentUrl: string): boolean; export declare function shouldBlockTopLevelNavigation(input: { url: string; isMainFrame: boolean; rendererUrl: URL; }): boolean; //# sourceMappingURL=window.d.ts.map