///
///
import { PublicKey } from '@solana/web3.js';
export declare const platformId = "save";
export declare const platformDumpyId = "dumpy";
export declare const slndMint = "SLNDpmoWTVADgEdndyvWzroNL7zSi1dF9PC3xHGtPwp";
export declare const marketsPrefix = "save-markets";
export declare const marketsKey = "markets";
export declare const reservesPrefix = "save-reserves";
export declare const rewardStatsPrefix = "save-reward-stats";
export declare const rewardStatsKey = "reward-stats";
export declare const pid: PublicKey;
export declare const merkleProgramId: PublicKey;
export declare const marketsEndpoint = "https://api.save.finance/v1/markets/configs";
export declare const reserveEndpoint = "https://api.save.finance/v1/reserves/?ids=";
export declare const wadsDecimal = 18;
export declare const mainMarket = "4UpD2fh7xH3VP9QQaXtsS1YY3bxzWhtfpks7FatyKvdY";
export declare const rewardProofsEndpoint = "https://api.save.finance/liquidity-mining/reward-proofs?obligation=";
export declare const externalRewardStatsEndpoint = "https://api.save.finance/liquidity-mining/external-reward-stats-v2?flat=true";