import { z } from 'zod/v4';
export declare const RunModeSchema: z.ZodEnum<{
    AUTONOMOUS: "AUTONOMOUS";
    INSTRUCT: "INSTRUCT";
    DETERMINISTIC: "DETERMINISTIC";
}>;
export type RunMode = z.infer<typeof RunModeSchema>;
//# sourceMappingURL=RunMode.d.ts.map