export interface UseQuoteParticipantsOptions { enabled?: boolean; } /** Lists a quote's participants (the travelers / PAX). */ export declare function useQuoteParticipants(quoteId: string | undefined, options?: UseQuoteParticipantsOptions): import("@tanstack/react-query").UseQueryResult, Error>;