export { mezoMainnet, mezoTestnet } from "@mezo-org/orangekit"; export declare const CHAIN_ID: { testnet: number; mainnet: number; }; export declare const RPC_BY_NETWORK: { mainnet: { http: string; webSocket: string | undefined; }; testnet: { http: string; webSocket: string | undefined; }; }; //# sourceMappingURL=constants.d.ts.map