export declare const centrifuge: { blockExplorers: { readonly default: { readonly name: "Centrifuge Explorer"; readonly url: "https://centrifuge.subscan.io/"; }; }; contracts?: { [x: string]: import("viem").ChainContract | { [sourceId: number]: import("viem").ChainContract | undefined; } | undefined; ensRegistry?: import("viem").ChainContract | undefined; ensUniversalResolver?: import("viem").ChainContract | undefined; multicall3?: import("viem").ChainContract | undefined; } | undefined; id: 2090; name: "Centrifuge"; nativeCurrency: { readonly name: "Centrifuge"; readonly symbol: "CFG"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://fullnode.parachain.centrifuge.io"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers | undefined; fees?: import("viem").ChainFees | undefined; readonly network: "centrifuge"; }; export declare const centrifugeTestnet: { blockExplorers?: { [key: string]: { name: string; url: string; apiUrl?: string | undefined; }; default: { name: string; url: string; apiUrl?: string | undefined; }; } | undefined; contracts?: { [x: string]: import("viem").ChainContract | { [sourceId: number]: import("viem").ChainContract | undefined; } | undefined; ensRegistry?: import("viem").ChainContract | undefined; ensUniversalResolver?: import("viem").ChainContract | undefined; multicall3?: import("viem").ChainContract | undefined; } | undefined; id: 2032; name: "Centrifuge Testnet"; nativeCurrency: { readonly name: "Centrifuge"; readonly symbol: "CFG"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly [""]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers | undefined; fees?: import("viem").ChainFees | undefined; readonly network: "centrifuge"; };