import type { EVMAddresses } from "./types"; import { SupportedChainId } from "./types"; export declare const addressesByNetwork: { [chainId in SupportedChainId]: EVMAddresses; };