import { type SessionSelectionResult } from "../modes/components/session-selector"; import { type SessionInfo } from "../session/session-manager"; export declare function deleteSessionPickerCandidate(sessionPath: string, explicitSessionDir?: string): Promise; /** Show the read-only TUI session picker and return the user's consent intent. */ export declare function selectSession(sessions: SessionInfo[], explicitSessionDir?: string): Promise;