import * as z from "zod/v3";
import { ClosedEnum } from "../../types/enums.js";
export declare const FineTuneableModelType: {
    readonly Completion: "completion";
    readonly Classifier: "classifier";
};
export type FineTuneableModelType = ClosedEnum<typeof FineTuneableModelType>;
/** @internal */
export declare const FineTuneableModelType$outboundSchema: z.ZodNativeEnum<typeof FineTuneableModelType>;
//# sourceMappingURL=finetuneablemodeltype.d.ts.map