export declare class VerifyOnboardingTokenDto {
    uuid: string;
}
