import { MorphoVaultApiResponse } from './fetchMorphoApy'; /** * Morpho rewards are the difference between total APY and APY from native + other token rewards */ export default function calculateMorphoRewards(data: MorphoVaultApiResponse['data']['vaultByAddress']['state']): number; //# sourceMappingURL=calculateMorphoRewards.d.ts.map