diff --git a/packages/orchestration/src/types.ts b/packages/orchestration/src/types.ts index 5c1e3fd14cf..57f0783f292 100644 --- a/packages/orchestration/src/types.ts +++ b/packages/orchestration/src/types.ts @@ -1,8 +1,5 @@ /** @file Rollup of all type definitions in the package, for local import and external export */ -import type { HostOf } from '@agoric/async-flow'; -import { prepareZcfTools } from './exos/zcf-tools.js'; - export type * from './chain-info.js'; export type * from './cosmos-api.js'; export type * from './ethereum-api.js';