import type { SomniaMarketsAddresses } from "./config.js"; /** * Somnia testnet (chainId 50312, env `testnet-development`) protocol addresses, baked in * from the deployment manifests at release time — pass as `config.addresses` * for a zero-setup start. The live view of every deployed contract is the * explorer's /system page. * * @category configuration */ export declare const SOMNIA_TESTNET_ADDRESSES: SomniaMarketsAddresses; /** * Somnia mainnet (chainId 5031, env `mainnet-production`) protocol addresses, baked in * from the deployment manifests at release time — pass as `config.addresses` * for a zero-setup start. The live view of every deployed contract is the * explorer's /system page. * * @category configuration */ export declare const SOMNIA_MAINNET_ADDRESSES: SomniaMarketsAddresses;