declare const SUPPORTED_CHAIN_IDS: { readonly lineaTestnet: 59141; readonly sonicTestnet: 57054; }; type ChainId = (typeof SUPPORTED_CHAIN_IDS)[keyof typeof SUPPORTED_CHAIN_IDS]; type NetworkName = keyof typeof SUPPORTED_CHAIN_IDS; export { type ChainId, type NetworkName, SUPPORTED_CHAIN_IDS };