import { type Option } from "@clack/prompts"; import type { WizardPrompter } from "./prompts.js"; export declare function tokenizedOptionFilter(search: string, option: Option): boolean; export declare function createClackPrompter(): WizardPrompter;