/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
/**
 * Enum for CurrencyEnum
 */
export declare enum CurrencyEnum {
    EUR = "EUR",
    GBP = "GBP",
    USD = "USD",
    CNY = "CNY"
}
/**
 * Schema for CurrencyEnum
 */
export declare const currencyEnumSchema: Schema<CurrencyEnum>;
