export interface UseQuoteProductsOptions { enabled?: boolean; } /** Lists a quote's products — the line items (flights, stays, experiences, …). */ export declare function useQuoteProducts(quoteId: string | undefined, options?: UseQuoteProductsOptions): import("@tanstack/react-query").UseQueryResult, Error>;