/** * @license * Copyright 2025 Qwen Code * SPDX-License-Identifier: Apache-2.0 */ /** * Shows an interactive session picker and returns the selected session ID. * Returns undefined if the user cancels or no sessions are available. */ export declare function showResumeSessionPicker(cwd?: string): Promise;