/** ℹ️ This enum is non-exhaustive. */ export declare const ContraceptiveEntryType: { readonly Unspecified: "unspecified"; readonly Implant: "implant"; readonly Injection: "injection"; readonly Iud: "iud"; readonly IntravaginalRing: "intravaginal_ring"; readonly Oral: "oral"; readonly Patch: "patch"; }; export type ContraceptiveEntryType = (typeof ContraceptiveEntryType)[keyof typeof ContraceptiveEntryType];