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