export interface UseCruiseOptions { enabled?: boolean; include?: ReadonlyArray<"sailings" | "days">; } /** * Admin cruise detail. Accepts both local TypeIDs (`cru_*`) and external * adapter keys (`:`); the server dispatches to the local DB * or to the registered adapter accordingly. */ export declare function useCruise(key: string | null | undefined, options?: UseCruiseOptions): import("@tanstack/react-query").UseQueryResult | null; createdAt: string; updatedAt: string; }>, Error>;