export interface WorktreeSettings { worktree?: boolean | string; branch?: string; baseBranch?: string; autoPr?: boolean; draftPr?: boolean; } export declare function displayTaskCreationResult(created: { taskName: string; tasksFile: string; }, settings: WorktreeSettings, workflow?: string): void; export declare function promptWorktreeSettings(cwd: string): Promise; //# sourceMappingURL=worktree-settings.d.ts.map