function defaultimport { default } from "https://deno.land/x/ayonli_jsext@v0.9.72/dialog/terminal/prompt.ts"; default(message: string, options?: { defaultValue?: string | undefined; type?: "text" | "password"; mask?: string | undefined; gui?: boolean; }): Promise<string | null>Parametersmessage: stringoptionaloptions: { defaultValue?: string | undefined; type?: "text" | "password"; mask?: string | undefined; gui?: boolean; } = [UNSUPPORTED]ReturnsPromise<string | null>