import * as z from "zod/v3";
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<typeof SampleType>;
/** @internal */
export declare const SampleType$inboundSchema: z.ZodType<SampleType, z.ZodTypeDef, unknown>;
/** @internal */
export declare const SampleType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SampleType>;
//# sourceMappingURL=sampletype.d.ts.map