import { Address, PublicClient } from 'viem'; /** * Fee-inclusive total debt of the position held by `proxyContract` for * `reserveId`: Spoke debt plus the adapter's uncollected interest fee * (rounded up), computed lazily at the current block. */ export declare function getPositionReserveTotalDebt(publicClient: PublicClient, proxyContract: Address, reserveId: bigint): Promise; //# sourceMappingURL=positionProxy.d.ts.map