export declare type ErrorCode = "NOT_VERIFIED" | "INVALID_LOGIN" | "BLOCKED_TEMPORARILY" | "UNKNOWN"; export declare const KNOWN_ERRORS: Record;