import type SelectOption from "#prompts/SelectOption"; type SelectOptions = { initial?: number; message: string; options: Array>; }; export type { SelectOptions as default }; //# sourceMappingURL=SelectOptions.d.ts.map