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 LabTestCollectionMethod: core.serialization.Schema; export declare namespace LabTestCollectionMethod { type Raw = "testkit" | "walk_in_test" | "at_home_phlebotomy" | "on_site_collection"; }