import { OneInchQuoteInfo, UpdateOneInchParams } from '../types'; export declare const getOneInchQuote: (params: UpdateOneInchParams) => Promise;