export declare const stratis: { blockExplorers: { readonly default: { readonly name: "Stratis Explorer"; readonly url: "https://explorer.stratisevm.com"; }; }; 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: 105105; name: "Stratis Mainnet"; nativeCurrency: { readonly name: "Stratis"; readonly symbol: "STRAX"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.stratisevm.com"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record | undefined; fees?: import("../core/Types.js").ChainFees | undefined; formatters?: undefined; serializers?: import("../core/Types.js").ChainSerializers | undefined; readonly network: "stratis"; }; //# sourceMappingURL=stratis.d.ts.map