import { Contract, TestOptions, WithContractsOptions } from '@neo-one/smart-contract-test-common-esnext-esm'; export { Contract, WithContractsOptions, TestOptions }; export declare const withContracts: (contracts: readonly Contract[], test: (contracts: T & TestOptions) => Promise, options?: WithContractsOptions | undefined) => Promise;