export declare function select(): Promise<void>;
export declare function promptProfileSelection(message: string): Promise<string>;
