import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { EventDestinationPreferences } from "./EventDestinationPreferences.js"; import { LibreConfig } from "./LibreConfig.js"; export declare const TeamConfig: core.serialization.ObjectSchema; export declare namespace TeamConfig { interface Raw { libreview: LibreConfig.Raw; texts_enabled?: boolean | null; push_historical_data?: boolean | null; provider_raw_data?: boolean | null; reject_duplicate_connection?: boolean | null; sdk_per_device_activity_timeseries?: boolean | null; partial_webhooks_enabled?: boolean | null; minor_ordering_enabled?: boolean | null; eds_preferences?: EventDestinationPreferences.Raw | null; event_type_prefixes?: string[] | null; } }