import { UniZenOnChainQuoteResponse } from "../../../../../../common/providers/unizen/models/on-chain-models/unizen-on-chain-quote-response"; import { UniZenOnChainQuoteParams } from "../../../../../../common/providers/unizen/models/unizen-quote-params"; export declare class UniZenOnChainUtilsService { static getBestQuote(quoteSendParams: UniZenOnChainQuoteParams, chainId: number): Promise; }