/** * Prompts the user to select enabled extensions from the available list via a multi-select TUI prompt. * Exits the process if the user cancels the selection. * @returns A promise that resolves to an array of selected extension names. */ export declare function selectExtensions(initialValues?: string[]): Promise;