import { z } from "zod";
import { ImageType, ImageBehavior, ImageToPdfOptions } from "../../public/image";
export declare const imageTypeSchema: z.ZodType<ImageType>;
export declare const imageBehaviorSchema: z.ZodType<ImageBehavior>;
export declare const imageToPdfOptionsSchema: z.ZodType<ImageToPdfOptions>;
//# sourceMappingURL=imageSchema.d.ts.map