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