method Secret.promptimport { Secret } from "https://deno.land/x/cliffy@v0.12.0/packages/prompt/prompts/secret.ts"; prompt(options: string | SecretOptions): Promise<string>Parametersoptions: string | SecretOptionsReturnsPromise<string>