export declare class CompleteTripDto {
    start_time: string;
    end_time: string;
}
