import * as z from "zod/v4"; import { OpenEnum } from "../../types/enums.js"; export declare const SampleType: { readonly Pretrain: "pretrain"; readonly Instruct: "instruct"; readonly BatchRequest: "batch_request"; readonly BatchResult: "batch_result"; readonly BatchError: "batch_error"; }; export type SampleType = OpenEnum; /** @internal */ export declare const SampleType$inboundSchema: z.ZodType; /** @internal */ export declare const SampleType$outboundSchema: z.ZodType; //# sourceMappingURL=sampletype.d.ts.map