import { SmartContractModel } from '../../core';
import { WrappedCurrencyVaultUtils } from '../../models/wrapped-currency-vault/WrappedCurrencyVaultUtils';
export class WrappedCurrencyVault extends SmartContractModel {
static Utils = WrappedCurrencyVaultUtils;
}