import type { GrpcTypes } from '@mysten/sui/grpc'; import { TestProcessorServer } from './test-processor-server.js'; import { SuiNetwork } from '../sui/index.js'; export declare class SuiFacet { server: TestProcessorServer; constructor(server: TestProcessorServer); testEntryFunctionCall(transaction: GrpcTypes.ExecutedTransaction, network?: SuiNetwork): Promise; testEntryFunctionCalls(transactions: GrpcTypes.ExecutedTransaction[], network?: SuiNetwork): Promise; private buildEntryFunctionCallBinding; testEvent(transaction: GrpcTypes.ExecutedTransaction, network?: SuiNetwork): Promise; testGlobalTransaction(transaction: GrpcTypes.ExecutedTransaction, network?: SuiNetwork): Promise; private buildEventBinding; } //# sourceMappingURL=sui-facet.d.ts.map