import type * as CkBTCBitcoinDid from './ckbtc/bitcoin.did'; import type * as CkBTCMinterDid from './ckbtc/minter.did'; import type * as CkETHMinterDid from './cketh/minter.did'; import type * as CkETHOrchestratorDid from './cketh/orchestrator.did'; import type * as CmcDid from './cmc/cmc.did'; import type * as CyclesLedgerDid from './cycles-ledger/cycles-ledger.did'; import type * as IcManagementDid from './ic-management/ic-management.did'; import type * as IcpIndexDid from './ledger-icp/index.did'; import type * as IcpLedgerDid from './ledger-icp/ledger.did'; import type * as IcrcIndexDid from './ledger-icrc/icrc_index.did'; import type * as IcrcLedgerDid from './ledger-icrc/icrc_ledger.did'; import type * as NnsGovernanceDid from './nns/governance.did'; import type * as NnsSnsWasmDid from './nns/sns_wasm.did'; import type * as SnsGovernanceDid from './sns/governance.did'; import type * as SnsRootDid from './sns/root.did'; import type * as SnsSwapDid from './sns/swap.did'; export type { CkBTCBitcoinDid, CkBTCMinterDid, CkETHMinterDid, CkETHOrchestratorDid, CmcDid, CyclesLedgerDid, IcManagementDid, IcpIndexDid, IcpLedgerDid, IcrcIndexDid, IcrcLedgerDid, NnsGovernanceDid, NnsSnsWasmDid, SnsGovernanceDid, SnsRootDid, SnsSwapDid };