import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { GroupedSleepApneaAlert } from "./GroupedSleepApneaAlert.js"; export declare const GroupedSleepApneaAlertResponse: core.serialization.ObjectSchema; export declare namespace GroupedSleepApneaAlertResponse { interface Raw { groups: Record; next?: string | null; next_cursor?: string | null; } }