import type { Network, NetworkName } from './types.js'; /** * Map of all unique networks configurations * @dev Multiple networks can share the same source chain. * @dev Chains can be apart of multiple networks. */ export declare const networks: Record;