export declare class EnergySummaryModel { totalConsumptionKwh: number; totalProductionKwh: number; totalGridImportKwh: number; totalGridExportKwh: number; hasGridMetrics: boolean; lastUpdatedAt: string | null; }