import type { ProviderWithdrawableBalance } from '@lifi/perps-sdk'; import type { LtAccountAsset } from '../types/account.js'; export declare const lighterWithdrawableBalances: (assets: LtAccountAsset[]) => ProviderWithdrawableBalance[]; //# sourceMappingURL=withdrawableBalances.d.ts.map