import { ChainId } from '@ape.swap/apeswap-lists'; type AddressMap = { [chainId: number]: string; }; export declare const PRICE_GETTER_ADDRESSES: AddressMap; export declare const MULTICALL_V2: AddressMap; export declare const SoulZapTokenManager: Partial>; export declare const VESTING_NFT_ADDRESS = "0x1d792892823306D15C9c65938f9385fC2dA97271"; export declare const ACF_TO_ABOND: string; export declare const LENS_CONTRACT: AddressMap; export {};