export interface BusinessStatistics { monthlyAdded: number; monthlyPercentageGrowth: number; total: number; }