export declare namespace TerminalConfirm { function ask(question: string, noPrompt?: boolean, answer?: boolean, hint?: string): Promise; }