export declare class BillingDeviceHistory { id: number; clientId: number | null; deviceId: number | null; imei: string | null; planId: string | null; subscriptionId: string | null; platform: string | null; status: string | null; type: string | null; createdAt: Date | null; }