export function getAggreElems(stageElems: any, summaryElems: any): any; export function getDifference(designValue: any, actualValue: any): number | "-"; export function getElemActualColor(category: any, elemKey: any): any; export function getStageSummary(summary: any, stage: any): { top_perforation: number; bottom_perforation: number; perforated_length: number; total_shots: any; flush_volume: number; chemicals: any; proppants: any; fluids: any; }; export function getFormattedValue(value: any): any; export function getIsGreaterThanTenPercent(difference: any): boolean; //# sourceMappingURL=StageDesignVActualUtils.d.ts.map