export declare const hedera: { blockExplorers: { readonly default: { readonly name: "Hashscan"; readonly url: "https://hashscan.io/mainnet"; }; }; contracts?: { [x: string]: import("../core/Types.js").ChainContract | { [sourceId: number]: import("../core/Types.js").ChainContract | undefined; } | undefined; ensRegistry?: import("../core/Types.js").ChainContract | undefined; ensUniversalResolver?: import("../core/Types.js").ChainContract | undefined; multicall3?: import("../core/Types.js").ChainContract | undefined; } | undefined; id: 295; name: "Hedera Mainnet"; nativeCurrency: { readonly symbol: "HBAR"; readonly name: "HBAR"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://mainnet.hashio.io/api"]; }; }; sourceId?: number | undefined; testnet: false; custom?: Record | undefined; fees?: import("../core/Types.js").ChainFees | undefined; formatters?: undefined; serializers?: import("../core/Types.js").ChainSerializers | undefined; readonly network: "hedera-mainnet"; }; //# sourceMappingURL=hedera.d.ts.map