import { FastBridgeQuote } from './quote'; /** * Hits all available Quoter API /quotes endpoints to get quotes. * Merges quotes from all endpoints, preferring the most recently updated quotes. * * @returns A promise that resolves to the list of quotes. * Will return an empty list if all requests fail or time out. */ export declare const getAllQuotes: () => Promise;