/**
 * @module contracts
 * @exports contracts
 * @description This module defines constants for various smart contract addresses across different blockchain networks.
 * @constant ETHEREUM_CONTRACTS, OPTIMISM_CONTRACTS, ARBITRUM_CONTRACTS, AVALANCHE_CONTRACTS, POLYGON_CONTRACTS, BASE_CONTRACTS, CELO_CONTRACTS - Contract addresses grouped by their respective networks.
 */
import { type Hex } from 'viem';
export declare const ETHEREUM_CONTRACTS: Record<string, Hex>;
export declare const OPTIMISM_CONTRACTS: Record<string, Hex>;
export declare const ARBITRUM_CONTRACTS: Record<string, Hex>;
export declare const AVALANCHE_CONTRACTS: Record<string, Hex>;
export declare const POLYGON_CONTRACTS: Record<string, Hex>;
export declare const BASE_CONTRACTS: Record<string, Hex>;
export declare const CELO_CONTRACTS: Record<string, Hex>;
export declare const SEPOLIA_CONTRACTS: {
    order_book: string;
};
export declare const MONADTESTNET_CONTRACTS: Record<string, Hex>;
//# sourceMappingURL=contracts.d.ts.map