/** * Prompts the user to select a theme from the available themes list. * Exits the process if the user cancels the selection. * @returns The name of the selected theme. */ export declare function selectTheme(initialValue?: string): Promise;