import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { ClientFacingLabTest } from "./ClientFacingLabTest.js"; export declare const LabTestResourcesResponse: core.serialization.ObjectSchema; export declare namespace LabTestResourcesResponse { interface Raw { data: ClientFacingLabTest.Raw[]; next_cursor?: string | null; } }