import * as viem from 'viem';
export { Chain, boba, mainnet, sei } from 'viem/chains';

declare const form: {
    blockExplorers: {
        readonly default: {
            readonly name: "Form Network Explorer";
            readonly url: "https://explorer.form.network/";
        };
    };
    contracts: {
        readonly multicall3: {
            readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
        };
    };
    id: 478;
    name: "Form Network";
    nativeCurrency: {
        readonly name: "Ether";
        readonly symbol: "ETH";
        readonly decimals: 18;
    };
    rpcUrls: {
        readonly default: {
            readonly http: readonly ["https://rpc.form.network/http"];
            readonly webSocket: readonly ["wss://rpc.form.network/ws"];
        };
    };
    sourceId?: number | undefined | undefined;
    testnet?: boolean | undefined | undefined;
    custom?: Record<string, unknown> | undefined;
    fees?: viem.ChainFees<undefined> | undefined;
    formatters?: undefined;
    serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
};
declare const swell: {
    blockExplorers: {
        readonly default: {
            readonly name: "Swell Chain Explorer";
            readonly url: "https://explorer.swellnetwork.io/";
        };
    };
    contracts: {
        readonly multicall3: {
            readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
            readonly blockCreated: 32;
        };
    };
    id: 1923;
    name: "Swell Mainnet";
    nativeCurrency: {
        readonly name: "ETH";
        readonly symbol: "ETH";
        readonly decimals: 18;
    };
    rpcUrls: {
        readonly default: {
            readonly http: readonly ["https://rpc.ankr.com/swell"];
            readonly webSocket: readonly ["wss://rpc.ankr.com/swell/ws"];
        };
    };
    sourceId?: number | undefined | undefined;
    testnet?: boolean | undefined | undefined;
    custom?: Record<string, unknown> | undefined;
    fees?: viem.ChainFees<undefined> | undefined;
    formatters?: undefined;
    serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
};
declare const rari: {
    blockExplorers: {
        readonly default: {
            readonly name: "Rari Explorer";
            readonly url: "https://mainnet.explorer.rarichain.org";
        };
    };
    contracts: {
        readonly multicall3: {
            readonly address: "0x3F5Fc48153f8aDd3E429F0c84fA6FEd5c58657Dc";
        };
    };
    id: 1380012617;
    name: "Rari Chain";
    nativeCurrency: {
        readonly name: "Ether";
        readonly symbol: "ETH";
        readonly decimals: 18;
    };
    rpcUrls: {
        readonly default: {
            readonly http: readonly ["https://mainnet.rpc.rarichain.org/http"];
            readonly webSocket: readonly ["wss://mainnet.rpc.rarichain.org/ws"];
        };
    };
    sourceId?: number | undefined | undefined;
    testnet?: boolean | undefined | undefined;
    custom?: Record<string, unknown> | undefined;
    fees?: viem.ChainFees<undefined> | undefined;
    formatters?: undefined;
    serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
};
declare const plume: {
    blockExplorers: {
        readonly default: {
            readonly name: "Plume Mainnet Explorer";
            readonly url: "https://phoenix-explorer.plumenetwork.xyz";
        };
    };
    contracts: {
        readonly multicall3: {
            readonly address: "0xF9DA0EF6635F6134D9d1B7eAE025159D26ce5838";
            readonly blockCreated: 1;
        };
    };
    id: 98866;
    name: "Plume Mainnet";
    nativeCurrency: {
        readonly name: "ETH";
        readonly symbol: "ETH";
        readonly decimals: 18;
    };
    rpcUrls: {
        readonly default: {
            readonly http: readonly ["https://phoenix-rpc.plumenetwork.xyz"];
        };
    };
    sourceId?: number | undefined | undefined;
    testnet?: boolean | undefined | undefined;
    custom?: Record<string, unknown> | undefined;
    fees?: viem.ChainFees<undefined> | undefined;
    formatters?: undefined;
    serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
};

export { form, plume, rari, swell };
