import { type DepositFlow } from '@lifi/perps-sdk'; import { type LighterProviderKey } from '@lifi/perps-types'; /** * Resolve one Lighter instance's deposit flow from whether the account already * exists: an existing account takes a swap into the instance's venue collateral, * while an address with no account runs the account-opening deposit on the chain * that instance's collateral is deposited from. * * @public */ export declare function lighterDepositFlow(providerKey: LighterProviderKey, accountExists: boolean): DepositFlow; //# sourceMappingURL=depositFlow.d.ts.map