import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { ClientFacingSleepApneaAlertChangedEventType } from "./ClientFacingSleepApneaAlertChangedEventType.js"; import { GroupedSleepApneaAlert } from "./GroupedSleepApneaAlert.js"; export declare const ClientFacingSleepApneaAlertChanged: core.serialization.ObjectSchema; export declare namespace ClientFacingSleepApneaAlertChanged { interface Raw { event_type: ClientFacingSleepApneaAlertChangedEventType.Raw; user_id: string; client_user_id: string; team_id: string; data: GroupedSleepApneaAlert.Raw; } }