export interface DesktopRuntimeHandle { close(): Promise; } export declare function runDesktop(options?: { stateDirectory?: string; gatewayPort?: number; }): Promise; //# sourceMappingURL=runtime.d.ts.map