import * as z from "zod/v3";
import { ClosedEnum } from "../../types/enums.js";
export declare const ImageDetail: {
    readonly Low: "low";
    readonly Auto: "auto";
    readonly High: "high";
};
export type ImageDetail = ClosedEnum<typeof ImageDetail>;
/** @internal */
export declare const ImageDetail$inboundSchema: z.ZodNativeEnum<typeof ImageDetail>;
/** @internal */
export declare const ImageDetail$outboundSchema: z.ZodNativeEnum<typeof ImageDetail>;
//# sourceMappingURL=imagedetail.d.ts.map