export declare class AuthUserForgetPasswordModel {
    captchaKey: string;
    captchaText: string;
    email: string;
    mobile: string;
}
