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 LabResultsMetadata: core.serialization.ObjectSchema; export declare namespace LabResultsMetadata { interface Raw { age: string; dob: string; "clia_#"?: string | null; patient: string; provider?: string | null; laboratory?: string | null; date_reported: string; date_collected?: string | null; specimen_number: string; date_received?: string | null; status?: string | null; interpretation?: string | null; patient_id?: string | null; account_id?: string | null; } }