export declare class AuthMobileConfirmDtoModel {
    captchaKey: string;
    captchaText: string;
    linkUserId: number;
    mobile: string;
    code: string;
}
