import { NetworkConfig } from './types'; /** * Supported network configurations */ export declare const NETWORKS: Record; /** * Get network configuration by chain ID */ export declare function getNetworkConfig(chainId: number): NetworkConfig | null; /** * Get the appropriate block explorer API module name based on chain */ export declare function getExplorerModule(chainId: number): string; //# sourceMappingURL=networks.d.ts.map