export declare class SimMonthlyUsage { iccid: string; yearMonth: string; bytesUpload: number; bytesDownload: number; bytesTotal: number; sessionCount: number; modifiedAt: Date; }