export declare class TripStatus { imei: string; clientId: number; tripGuid?: string | null; tripStartDate?: Date | null; }