/** ℹ️ This enum is non-exhaustive. */ export declare const MenstrualFlowEntryFlow: { readonly Unspecified: "unspecified"; readonly None: "none"; readonly Light: "light"; readonly Medium: "medium"; readonly Heavy: "heavy"; }; export type MenstrualFlowEntryFlow = (typeof MenstrualFlowEntryFlow)[keyof typeof MenstrualFlowEntryFlow];