import { ContractAddresses } from '../types/contracts'; export declare const CONTRACT_ADDRESSES: ContractAddresses; export declare function getContractAddress(network: string, contractName: string): string | undefined; export declare function getNetworkConfig(network: string): import("../types/contracts").NetworkConfig; export declare function getAllNetworks(): string[]; export declare function getChainId(network: string): number | undefined;