export declare class CreateTripServiceDTO { serviceId: string; name: string; } export declare class TripServiceResponseDTO { id: string; serviceId: string; name: string; constructor(model: TripServiceResponseDTO); static of(model: TripServiceResponseDTO): TripServiceResponseDTO; }