export interface DoneOptions { task?: string; iteration?: string; skipValidate?: boolean; skipSync?: boolean; interactive?: boolean; all?: boolean; prompt?: boolean; response?: string; } export declare function doneCommand(options: DoneOptions): Promise; //# sourceMappingURL=done.d.ts.map