export interface UseSharingGroupsForSlotOptions { enabled?: boolean; } export declare function useSharingGroupsForSlot(slotId: string | null | undefined, options?: UseSharingGroupsForSlotOptions): import("@tanstack/react-query").UseQueryResult, Error>; export interface UseBookingsBySharingGroupOptions { enabled?: boolean; } export declare function useBookingsBySharingGroup(slotId: string | null | undefined, groupId: string | null | undefined, options?: UseBookingsBySharingGroupOptions): import("@tanstack/react-query").UseQueryResult; travelerCategory?: string | null | undefined; preferredLanguage?: string | null | undefined; notes?: string | null | undefined; updatedAt?: string | undefined; }[]; }>, Error>;