import * as z from "zod/v4"; import { OpenEnum } from "../../types/enums.js"; export declare const PipelineKind: { readonly Detection: "detection"; readonly Moderation: "moderation"; readonly Judge: "judge"; readonly Export: "export"; }; export type PipelineKind = OpenEnum; /** @internal */ export declare const PipelineKind$inboundSchema: z.ZodType; /** @internal */ export declare const PipelineKind$outboundSchema: z.ZodType; //# sourceMappingURL=pipelinekind.d.ts.map