export declare class CreateTripTrackingDto {
    trip_id: number;
    latitude: string;
    longitude: string;
}
