import type { QuoteTypes } from '../types/index.js';
import type { QuoteParams } from '../utils/quote.js';
export declare const getQuote: (api: {
    key: string;
    url: string;
}, params: QuoteParams, signal?: AbortSignal) => Promise<QuoteTypes | undefined>;
//# sourceMappingURL=getQuote.d.ts.map