import type { EVMAddress, Address } from "@rarible/types"; export declare function getAddressByChainId(map: Record, chainId: number): EVMAddress;