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