import { ServiceResponse } from "./ServiceResponse";
export declare class CommonErrorCodes {
    static readonly SYSTEM_PROBLEM_CREATING_RECEIVER_ACCOUNT: ServiceResponse;
    static readonly SYSTEM_PROBLEM_SETTING_SENDER_BALANCE: ServiceResponse;
    static readonly SYSTEM_PROBLEM_SETTING_RECEIVER_BALANCE: ServiceResponse;
    static readonly SYSTEM_PROBLEM_UNKNOWN: ServiceResponse;
    static readonly SYSTEM_PROBLEM_UPDATING_TOKEN: ServiceResponse;
    static readonly TOKEN_UPDATE_NOT_AUTHORIZED: ServiceResponse;
    static readonly TOKEN_SETUP_MINIMUM_TRANSFER_AMOUNTER_GREATER_THAN_MAXIMUM_TRANSFER_AMOUNT: ServiceResponse;
    static readonly TOKEN_SETUP_NO_INITIAL_AMOUNT_AND_NO_UNDERLYING: ServiceResponse;
    static readonly TOKEN_SETUP_INVALID_DECIMAL_PRECISION: ServiceResponse;
    static readonly TOKEN_ALREADY_EXISTS: ServiceResponse;
    static readonly TOKEN_SETUP_INVALID_TRANSACTION_FEE: ServiceResponse;
    static readonly TOKEN_ACCOUNT_CAN_NOT_FREEZE_ISSUER: ServiceResponse;
    static readonly TOKEN_ACCOUNT_ONLY_ISSUER_CAN_FREEZE: ServiceResponse;
    static readonly TOKEN_ACCOUNT_NOT_FOUND: ServiceResponse;
    static readonly TOKEN_SETUP_MINIMUM_TRANSFER_AMOUNT_LESS_THAN_OR_EQUAL_ZERO: ServiceResponse;
    static readonly TOKEN_SETUP_MAXIMUM_TRANSFER_AMOUNT_LESS_THAN_OR_EQUAL_ZERO: ServiceResponse;
    static readonly TOKEN_SETUP_MAXIMUM_BALANCE_CAN_ONLY_INCREASE: ServiceResponse;
    static readonly TOKEN_SETUP_ON_OFF_RAMP_FEES_BUT_NO_UNDERLYING: ServiceResponse;
    static readonly TOKEN_SETUP_INITIAL_LESS_THAN_OR_EQUAL_TO_ZERO: ServiceResponse;
    static readonly TOKEN_SETUP_MALFORMED_INITIAL_AMOUNT: ServiceResponse;
    static readonly SYSTEM_PROBLEM_UPDATING_TOKEN_ACCOUNT: ServiceResponse;
    static readonly UNKNOWN_TRANSACTION_TYPE: ServiceResponse;
    static readonly INVALID_SEQUENCE: ServiceResponse;
    static readonly TRANSACTION_INVALID: ServiceResponse;
    static readonly TOKEN_ACCOUNT_SENDER_ACCOUNT_DOES_NOT_EXIST: ServiceResponse;
    static readonly INSUFFICIENT_BALANCE: ServiceResponse;
    static readonly TOKEN_NOT_FOUND: ServiceResponse;
    static readonly TOKEN_IS_FROZEN: ServiceResponse;
    static readonly TOKEN_NO_INTER_ACCOUNT_TRANSFERS: ServiceResponse;
    static readonly TOKEN_TRANSFER_AMOUNT_LESS_THAN_MINIMUM_TRANSFER: ServiceResponse;
    static readonly TOKEN_TRANSFER_AMOUNT_GREATER_THAN_MAXIMUM_TRANSFER: ServiceResponse;
    static readonly TOKEN_DESTINATION_ACCOUNT_EXCEED_MAXIMUM_BALANCE: ServiceResponse;
    static readonly TOKEN_DESTINATION_ACCOUNT_EXCEED_MAXIMUM_BALANCE_NO_ACCOUNT: ServiceResponse;
    static readonly TOKEN_ACCOUNT_RECEIVER_ACCOUNT_NO_ACCESS_TO_TOKEN: ServiceResponse;
    static readonly TOKEN_ACCOUNT_WITHDRAW_ACCOUNT_NO_ACCESS_TO_TOKEN: ServiceResponse;
    static readonly TOKEN_ACCOUNT_SENDER_ACCOUNT_IS_FROZEN: ServiceResponse;
    static readonly TOKEN_ACCOUNT_RECEIVER_ACCOUNT_IS_FROZEN: ServiceResponse;
    static readonly TOKEN_ACCOUNT_WITHDRAW_ACCOUNT_IS_FROZEN: ServiceResponse;
    static readonly UNDERLYING_STATUS_UPDATE_CANNOT_BE_PENDING: ServiceResponse;
    static readonly UNDERLYING_ATTEMPTING_TO_UPDATE_DEPOSIT_ON_OFFRAMP: ServiceResponse;
    static readonly UNDERLYING_STATUS_MUST_BE_PENDING: ServiceResponse;
}
//# sourceMappingURL=CommonErrorCodes.d.ts.map