export declare function askConfirmation(message: string): Promise<boolean>;
