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