import { MarketStatsData } from './types'; export declare const calculateWeightedAPY: (marketStats: MarketStatsData) => number;