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 ResultMetadata: core.serialization.ObjectSchema; export declare namespace ResultMetadata { interface Raw { patient_first_name: string; patient_last_name: string; dob: string; lab_name: string; date_reported?: string | null; date_collected?: string | null; specimen_number?: string | null; } }