import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { ClientFacingNoteSampleTagsItem } from "./ClientFacingNoteSampleTagsItem.js"; export declare const ClientFacingNoteSample: core.serialization.ObjectSchema; export declare namespace ClientFacingNoteSample { interface Raw { id?: number | null; timezone_offset?: number | null; type?: string | null; unit: string; timestamp: string; start: string; end: string; value: string; tags?: ClientFacingNoteSampleTagsItem.Raw[] | null; } }