export declare class ReinstateFinalSessionRegistrantV1Dto {
    registrationId: number;
    reason?: string;
}
