import { type RealtimeModel } from "./config.js"; export interface MacAppOptions { authPath?: string; model?: RealtimeModel; voice?: string; liveModel?: string; liveVoice?: string; service?: "gpt-live" | "realtime"; instructions?: string; shell?: "none" | "readonly" | "full"; cwd?: string; buildOnly?: boolean; } export declare function launchMacApp(options?: MacAppOptions): Promise; //# sourceMappingURL=macos.d.ts.map