export declare class CreateTripRejectionDTO { createdAt: Date; operatorId: string; tripId: string; } export interface TripRejectionResponseDTO { id: string; createdAt: Date; operatorId: string; tripId: string; }