import { EvmNetworkIdType } from '@sonarwatch/portfolio-core'; export declare const platformId = "curve"; export declare const poolsCachePrefix = "curve-pools"; export declare const gaugesCachePrefix = "curve-gauges"; export declare const poolsByAddressPrefix = "curve-pools-by-address"; export declare const gaugesAddresesCachePrefix = "curve-gauges-addresses"; export declare const apiBaseUrl = "https://api.curve.fi/api"; export declare const votingEscrowAddress = "0x5f3b5DfEb7B28CDbD7FAba78963EE202a494e2A2"; export declare const vestingEscrowAddress = "0xd2D43555134dC575BF7279F4bA18809645dB0F1D"; export declare enum CrvNetworkId { ethereum = "ethereum", polygon = "polygon", avalanche = "avalanche" } export declare const crvAddress = "0xD533a949740bb3306d119CC777fa900bA034cd52"; export declare const crvDecimals = 18; export declare const crvNetworkIds: CrvNetworkId[]; export declare const crvNetworkIdBySwNetworkId: Record;