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