import { Tray, type BrowserWindow } from 'electron'; export declare function createDesktopTray(args: { iconPath: string; window: BrowserWindow; onStart: () => void; onStop: () => void; onRestart: () => void; onOpenLogs: () => void; onOpenHome: () => void; }): Tray; //# sourceMappingURL=tray.d.ts.map