import type { GrpcTypes } from '@mysten/sui/grpc'; export declare function getProgrammableTransaction(txBlock: GrpcTypes.ExecutedTransaction): GrpcTypes.ProgrammableTransaction | undefined; export declare function getMoveCalls(txBlock: GrpcTypes.ExecutedTransaction): GrpcTypes.MoveCall[]; //# sourceMappingURL=utils.d.ts.map