import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { LabTestCollectionMethod } from "./LabTestCollectionMethod.js"; import { LabTestSampleType } from "./LabTestSampleType.js"; export declare const ClientFacingLab: core.serialization.ObjectSchema; export declare namespace ClientFacingLab { interface Raw { id: number; slug: string; name: string; first_line_address: string; city: string; zipcode: string; collection_methods: LabTestCollectionMethod.Raw[]; sample_types: LabTestSampleType.Raw[]; } }