export declare class CommiteeMoney { group: string; segmentation: string; totalBudgetByGroupAndAccepted: number; countByGroup: number; countByGroupAndAccepted: number; totalBudgetByGroupAndSegmentation: number; countByGroupAndSegmentation: number; totalBudgetByGroupAndSegmentationAndAccepted: number; countByGroupAndSegmentationAndAccepted: number; avgBudgetGroupSegmentationAccepted: number; minGrade: number; }