export declare const confirm: (message?: string) => Promise<boolean>;
