import { Network } from "../types/shared/index.js"; /** * Converts a network name to its corresponding chain ID * * @param network - The network name to convert to a chain ID * @returns The chain ID for the specified network * @throws Error if the network is not supported */ export declare function getNetworkId(network: Network): number; //# sourceMappingURL=network.d.ts.map