import type * as Vital from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; export declare const UserPatchBody: core.serialization.Schema; export declare namespace UserPatchBody { interface Raw { fallback_time_zone?: string | null; fallback_birth_date?: string | null; ingestion_start?: string | null; ingestion_end?: string | null; client_user_id?: string | null; } }