export interface ExecuteOptions { all?: boolean; assignee?: string; task?: string; type?: string; priority?: string; status?: string; platform?: string; backend?: boolean; frontend?: boolean; interactive?: boolean; dryRun?: boolean; resume?: boolean; parallel?: string; iteration?: string; force?: boolean; batchSize?: string; hotfix?: boolean; scheduled?: boolean; strict?: boolean; base?: string; skip?: string; agent?: string; only?: string; plan?: string; prompt?: boolean; response?: string; verify?: boolean; auto?: boolean; listPending?: boolean; pipeline?: boolean; ignoreUpstreamUpdate?: boolean; } export declare function executeCommand(options: ExecuteOptions): Promise; //# sourceMappingURL=execute.d.ts.map