export declare const askForConfirmation: (message: string, resolveYes: () => void | Promise, resolveNo: () => void | Promise, ci?: boolean) => Promise;