export declare class VerifyCodeResponse {
    isSMSSuccessSend: boolean;
    smsResMsg: string;
    constructor();
    equals(o: any): boolean;
    toString(): string;
}
//# sourceMappingURL=VerifyCodeResponse.d.ts.map