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