class Input extends GenericSuggestions<string, string, InputSettings>import { Input } from "https://dotland.deno.dev/x/cliffy@v0.19.1/prompt/mod.ts"; Input prompt representation. Methodsprotectedformat(value: string): stringFormat output value. protectedgetValue(): stringGet input input. protectedsuccess(value: string): string | undefinedprotectedtransform(value: string): string | undefinedMap input value to output value. protectedvalidate(value: string): boolean | stringValidate input value. Static Methodsinject(value: string): voidInject prompt value. Can be used for unit tests or pre selections. prompt(options: string | InputOptions): Promise<string>Execute the prompt and show cursor on end.