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