export declare class DeviceHistory { id: string; clientId: number | null; imei: string; trackerName: string | null; status: string | null; createAt: Date | null; }