import { Enumify } from 'enumify'; export declare class WyreErrorType extends Enumify { static AccessDeniedException: WyreErrorType; static AccountLockedException: WyreErrorType; static CustomerSupportException: WyreErrorType; static InsufficientFundsException: WyreErrorType; static LockoutException: WyreErrorType; static MFARequiredException: WyreErrorType; static NotFoundException: WyreErrorType; static RateLimitException: WyreErrorType; static TransferException: WyreErrorType; static OrderTooLargeException: WyreErrorType; static UnknownException: WyreErrorType; static ValidationException: WyreErrorType; static _: void; static fromErrorString(errorString: string): any; errorCode(): number; errorDesc(): string; toString(): string; }