/// <reference types="jest" />
import { ChainId } from '../../constants/constants';
import { Fetch0xPriceResponse, Fetch0xQuoteQuery, Fetch0xQuoteResponse } from '../fetch-0x-quote';
export declare const fetch0xQuote: jest.Mock<Promise<Fetch0xPriceResponse | Fetch0xQuoteResponse>, [ChainId, boolean, Fetch0xQuoteQuery]>;
