import { TransactionComputePhaseSkipped } from './skipped'; import { TransactionComputePhaseVM } from './vm'; export type TransactionComputePhase = TransactionComputePhaseSkipped | TransactionComputePhaseVM; //# sourceMappingURL=TransactionComputePhase.d.ts.map