/**
* @modulenetworks
* @exportsnetworks
* @description This module defines constants for available blockchain networks by retrieving them from the configuration.
*/exportdeclareconstnetworks: Record<string, import("../index.js").Network>;
//# sourceMappingURL=networks.d.ts.map