/** ℹ️ This enum is non-exhaustive. */ export declare const CervicalMucusEntryQuality: { readonly Dry: "dry"; readonly Sticky: "sticky"; readonly Creamy: "creamy"; readonly Watery: "watery"; readonly EggWhite: "egg_white"; }; export type CervicalMucusEntryQuality = (typeof CervicalMucusEntryQuality)[keyof typeof CervicalMucusEntryQuality];