import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class OrderCurrencyUtil { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getCurrencyCodeForCountry(country?: string): string getNextNumberFieldCopy(tableRecordSysId?: string): string }