import { BlockchainName } from "../../../../core/blockchain/models/blockchain-name"; import { LifiCrossChainSupportedBlockchain } from '../../../cross-chain/calculation-manager/providers/lifi-provider/constants/lifi-cross-chain-supported-blockchain'; export declare class LifiUtilsService { private static readonly SOLANA_CHAIN_ID; private static readonly SOLANA_NATIVE_TOKEN_ADDRESS; static getLifiReceiverAddress(_fromBlockchain: LifiCrossChainSupportedBlockchain, toBlockchain: LifiCrossChainSupportedBlockchain, fromAddress: string, receiverAddress: string | undefined): string; static getLifiChainId(blockchain: BlockchainName): number | string; static getLifiTokenAddress(blockchain: BlockchainName, isNative: boolean, tokenAddress: string): string; }