export declare class RedeemInviteDto {
    otp?: string;
    display_name?: string;
}
