import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { SleepV2InDb } from "./SleepV2InDb.js"; export declare const RawSleep: core.serialization.ObjectSchema; export declare namespace RawSleep { interface Raw { sleep: SleepV2InDb.Raw[]; } }