import { ROIEstimatesMap } from "../../types/cia-services"; /** * Return on investment estimates for different security levels * * ## Business Perspective * * These estimates help organizations understand the potential business value * of different security investments, supporting decision-making with quantified * return projections and payback periods. 💰 */ declare const roiEstimatesData: ROIEstimatesMap; export default roiEstimatesData; //# sourceMappingURL=roiEstimatesData.d.ts.map