class List extends GenericInput<string[], ListSettings>import { List } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/prompt/mod.ts"; MethodsprotectedaddChar(char: string): voidprotecteddeleteChar(): voidprotectedformat(value: string[]): stringprotectedregexp()protectedsetPrompt(message: string)protectedtransform(value: string): string[]protectedvalidate(value: string): boolean | stringStatic Methodsprompt(options: string | ListOptions): Promise<string[]>