import { ParsedUpdatedIndexes, UpdatedIndexes } from './types'; export declare function parseUpdatedIndexes(updatedIndexes: UpdatedIndexes): ParsedUpdatedIndexes; export declare const getCurrentSupplyBalanceInOf: (underlying: string, owner: string) => Promise; export declare const getCurrentCollateralBalanceInOf: (underlying: string, owner: string) => Promise; export declare const getCurrentBorrowBalanceInOf: (underlying: string, owner: string) => Promise;