type Choice = { checked?: boolean; description?: string; disabled?: boolean | string; name?: string; short?: string; value: Value; }; export declare function promptImplicitCheckbox(config: { choices: readonly Choice[]; message: string; }): Promise; export {}; //# sourceMappingURL=implicit-checkbox.d.ts.map