import { AggregatorQuote, AggregatorQuoteParams } from '../types'; export declare const fetchQuote: (params: AggregatorQuoteParams, signal?: AbortSignal) => Promise; export declare const fetchPrice: (params: AggregatorQuoteParams, signal?: AbortSignal) => Promise; //# sourceMappingURL=aggregatorApi.d.ts.map