export declare const promptConfirm: (message: string, initial?: boolean) => Promise<boolean>;
