export declare class CancelReservationDto {
    responseUrl: string;
    reservationId: string;
}
