import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { CervicalMucusEntryQuality } from "./CervicalMucusEntryQuality.js"; export declare const CervicalMucusEntry: core.serialization.ObjectSchema; export declare namespace CervicalMucusEntry { interface Raw { date: string; quality: CervicalMucusEntryQuality.Raw; } }