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 LabLocationMetadata: core.serialization.ObjectSchema; export declare namespace LabLocationMetadata { interface Raw { name: string; state: string; city: string; zip_code: string; first_line: string; second_line?: string | null; phone_number?: string | null; fax_number?: string | null; hours?: Record | null; } }