import CANCEL from "#prompts/symbol"; import type Args from "#prompts/TextOptions"; type Return = Promise; export default function text(args: Args): Return; export {}; //# sourceMappingURL=text.d.ts.map