export interface UsePublicBookingSessionOptions { enabled?: boolean; } export declare function usePublicBookingSession(sessionId: string | null | undefined, options?: UsePublicBookingSessionOptions): import("@tanstack/react-query").UseQueryResult; version: number; createdAt: string; updatedAt: string; } | null; checkoutCapability?: { token: string; expiresAt: string; actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[]; } | undefined; }; }>, Error>;