/** * @param {{ * targetPath: string, * sessionName?: string, * windowName?: string, * once?: boolean, * pollMs?: string, * noUpdate?: boolean, * }} options */ export declare function opencodeAutoCommand(options: any): Promise;