class Confirm extends GenericSuggestions<boolean, string, ConfirmSettings>import { Confirm } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; Confirm prompt representation. Methodsprotecteddefaults(): stringprotectedformat(value: boolean): stringFormat output value. protectedgetValue(): stringGet input input. protectedsuccess(value: boolean): string | undefinedprotectedtransform(value: string): boolean | 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 | ConfirmOptions): Promise<boolean>Execute the prompt and show cursor on end.