/** ℹ️ This enum is non-exhaustive. */ export declare const OvulationTestEntryTestResult: { readonly Negative: "negative"; readonly Positive: "positive"; readonly LuteinizingHormoneSurge: "luteinizing_hormone_surge"; readonly EstrogenSurge: "estrogen_surge"; readonly Indeterminate: "indeterminate"; }; export type OvulationTestEntryTestResult = (typeof OvulationTestEntryTestResult)[keyof typeof OvulationTestEntryTestResult];