import type * as Vital from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { ShippingAddressWithValidation } from "../../../../types/ShippingAddressWithValidation.js"; export declare const CreateRegistrableTestkitOrderRequest: core.serialization.Schema; export declare namespace CreateRegistrableTestkitOrderRequest { interface Raw { user_id: string; lab_test_id: string; shipping_details: ShippingAddressWithValidation.Raw; passthrough?: string | null; lab_account_id?: string | null; } }