import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { EventDestinationPreferencesEnabledItem } from "./EventDestinationPreferencesEnabledItem.js"; import { EventDestinationPreferencesPreferred } from "./EventDestinationPreferencesPreferred.js"; export declare const EventDestinationPreferences: core.serialization.ObjectSchema; export declare namespace EventDestinationPreferences { interface Raw { preferred: EventDestinationPreferencesPreferred.Raw; enabled: EventDestinationPreferencesEnabledItem.Raw[]; } }