import type { AccountConfigSetting, HyperliquidAccountConfig, ProviderAction } from '@lifi/perps-types'; /** * Project the union of Hyperliquid setup + options descriptors against the * typed `HyperliquidAccountConfig`. Produces exactly one * `AccountConfigSetting` per descriptor, in `setup`-then-`options` order. * * @public */ export declare function projectHyperliquidConfigSettings(config: HyperliquidAccountConfig, setup: ProviderAction[], options: ProviderAction[]): AccountConfigSetting[]; //# sourceMappingURL=accountConfig.d.ts.map