export default function confirm(question: string, defaultNo?: boolean): Promise<any>;
