import { Options } from './types';
export declare const confirm: (message: string, options?: Options | undefined) => Promise<any>;
