import { checkbox as inquirerCheckbox } from "@inquirer/prompts";
export declare function checkbox<Value>(config: Parameters<typeof inquirerCheckbox<Value>>[0]): Promise<Value[]>;
//# sourceMappingURL=prompts.d.ts.map