import { type IStatsPool } from "../subClasses/statsPool.js"; export declare const poolBalancesMetaMixin: { underlyingBalances(this: IStatsPool): Promise; }; export declare const poolBalancesLendingMixin: { underlyingBalances(this: IStatsPool): Promise; };