/** * Prompt for a password with hidden input */ export declare function promptPassword(prompt?: string): Promise; /** * Prompt for confirmation */ export declare function promptConfirm(question: string): Promise; //# sourceMappingURL=prompt.d.ts.map