import type { Network } from '@wormhole-foundation/sdk-connect'; import { ChainContext } from '@wormhole-foundation/sdk-connect'; import type { EvmChains } from './types.js'; /** * A ChainContext for the EVM platform */ export declare class EvmChain extends ChainContext { } //# sourceMappingURL=chain.d.ts.map