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