import { IotaTransactionBlockResponse } from '@iota/iota-sdk/client'; import { TestProcessorServer } from './test-processor-server.js'; import { IotaNetwork } from '../iota/index.js'; export declare class IotaFacet { server: TestProcessorServer; constructor(server: TestProcessorServer); testEntryFunctionCall(transaction: IotaTransactionBlockResponse, network?: IotaNetwork): Promise; testEntryFunctionCalls(transactions: IotaTransactionBlockResponse[], network?: IotaNetwork): Promise; private buildEntryFunctionCallBinding; testEvent(transaction: IotaTransactionBlockResponse, network?: IotaNetwork): Promise; testGlobalTransaction(transaction: IotaTransactionBlockResponse, network?: IotaNetwork): Promise; private buildEventBinding; } //# sourceMappingURL=iota-facet.d.ts.map