export declare enum AuthenticateResponseCode {
    Success = 200,
    AccountNotFound = 2008,
    InvalidCode = 2018,
    RateLimited = 9002
}
//# sourceMappingURL=authenticateResponseCode.d.ts.map