import { select } from "@clack/prompts"; /** Run a clack select prompt with styled message and hints. */ export declare function selectStyled(params: Parameters>[0]): Promise;