import { ChainId, SUPPORTED_CHAIN_ID } from "./chain"; export declare const FORWARDER_ADDRESS = "0xc82BbE41f2cF04e3a8efA18F7032BDD7f6d98a81"; export declare const CONTRACT_ADDRESSES: Record>; export declare function getContractAddressByChainId(chainId: ChainId, contractName?: "registry" | "biconomyForwarder"): string | undefined;