/**
 * Review current CVEs (from Wiz CSV) and decide how to handle each one
 * @author Allison Zhang
 * @author Gabe Abrams
 */
declare const reviewCVEs: () => Promise<void>;
export default reviewCVEs;
