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 "../../../../types/LabTestCollectionMethod.js"; export declare const CreateLabTestRequest: core.serialization.Schema; export declare namespace CreateLabTestRequest { interface Raw { marker_ids?: number[] | null; provider_ids?: string[] | null; name: string; method: LabTestCollectionMethod.Raw; description: string; fasting?: boolean | null; } }