export declare class SimConnectivityStatus { iccid: string; imei: string | null; simSid: string | null; isConnected: boolean; lastEventType: string | null; lastEventTime: Date | null; lastSeenAt: Date | null; networkName: string | null; networkMcc: string | null; networkMnc: string | null; ratType: string | null; apn: string | null; ipAddress: string | null; consecutiveRejections: number; lastRejectionCode: number | null; lastRejectionMessage: string | null; lastRejectionTime: Date | null; createdAt: Date; modifiedAt: Date; }