import { BlockchainName } from "../../../../../../core/blockchain/models/blockchain-name"; export declare class OneInchApiService { private static apiKey; static oneInchHttpGetRequest(path: string, blockchain: BlockchainName, options?: {}): Promise; static oneInchHttpGetApproveRequest(path: string, blockchain: BlockchainName, options?: {}): Promise; }