/** ℹ️ This enum is non-exhaustive. */ export declare const SleepSummaryState: { readonly Tentative: "tentative"; readonly Confirmed: "confirmed"; }; export type SleepSummaryState = (typeof SleepSummaryState)[keyof typeof SleepSummaryState];