import { BytesLike } from 'ethers'; import { ITaxTermsRegistry } from '../../../typechain/contracts/tax/tax-terms-registry/TaxTermsRegistry'; export declare const makeTaxTerms: (strategyId?: BytesLike, strategyData?: BytesLike) => ITaxTermsRegistry.TaxTermsStruct; //# sourceMappingURL=typechain-helpers.d.ts.map