import { HlAbstractionMode } from '../types/account.js'; /** * Whether the mode holds the account's collateral in spot. Unified and * portfolio-margin accounts do; every other mode keeps perps collateral * per-dex, apart from the spot balances. */ export declare const isUnifiedAbstraction: (abstraction: HlAbstractionMode | null) => boolean; //# sourceMappingURL=abstractionMode.d.ts.map