import type { AccountResponse, AccountSummary, Position } from '@lifi/perps-types'; /** * Roll a Hyperliquid {@link AccountResponse} up into an {@link AccountSummary}, * branching on the abstraction mode so the margin/PnL content of the * collateral rows is interpreted correctly. * * @public */ export declare function getAccountSummary(account: AccountResponse, positions: Position[]): AccountSummary; //# sourceMappingURL=accountSummary.d.ts.map