export declare class CreateNoRatingDto {
    trip_id: number;
    rater_id: number;
    rated_id: number;
    rating_type: string;
}
