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 UserCreateBody: core.serialization.Schema; export declare namespace UserCreateBody { interface Raw { client_user_id: string; fallback_time_zone?: string | null; fallback_birth_date?: string | null; ingestion_start?: string | null; ingestion_end?: string | null; } }