/** * Functions for interacting with bridge contracts on EVM chains. * */ export * from './EVM/index.js'; export * as EVM from './EVM/index.js'; /** * Functions for interacting with substrate pallet. * */ export * from './Substrate/index.js'; export * as Substrate from './Substrate/index.js'; //# sourceMappingURL=index.d.ts.map