type TextOptions = { initial?: string; message: string; validate?: (input: string) => Promise | string | void; }; export type { TextOptions as default }; //# sourceMappingURL=TextOptions.d.ts.map