import { select } from "@clack/prompts"; //#region packages/terminal-core/src/prompt-select-styled.d.ts /** Run a clack select prompt with styled message and hints. */ declare function selectStyled(params: Parameters>[0]): Promise; //#endregion export { selectStyled as t };