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