import type { AccountConfig } from '@lifi/perps-types'; import { ChainId } from '@lifi/types'; export type DepositProviderKey = AccountConfig['provider']; export declare const LIFI_DEPOSIT_CHAIN_BY_PROVIDER: Record; export declare function lifiDepositChainForProvider(providerKey: string): ChainId | undefined; //# sourceMappingURL=depositChain.d.ts.map