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