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