///
///
import { z } from "zod";
import { HorizontalAlignment, VerticalAlignment, CssMediaType, FitToPaperModes, MeasurementUnit, UseMargins, ChromeGpuModes, ChangeTrackingModes, HtmlString, HtmlFilePath, ZipFilePath, PdfFilePath, UrlString, BarcodeType, PdfPageSelection, SaveOptions, Length, CropRectangle, MarginConfig, ImageFilePath, ImageBuffer, PdfPassword, PdfInput, TableOfContentsTypes } from "../../public/types";
import { Buffer } from "buffer";
export declare const horizontalAlignmentSchema: z.ZodType;
export declare const verticalAlignmentSchema: z.ZodType;
export declare const cssMediaTypeSchema: z.ZodType;
export declare const fitToPaperModesSchema: z.ZodType;
export declare const pdfPageSelectionSchema: z.ZodType;
export declare const measurementUnitSchema: z.ZodType;
export declare const saveOptionsSchema: z.ZodType;
export declare const lengthSchema: z.ZodType;
export declare const cropRectangleSchema: z.ZodType;
export declare const marginConfigSchema: z.ZodType;
export declare const filePathSchema: z.ZodType;
export declare const pdfFilePathSchema: z.ZodType;
export declare const zipFilePathSchema: z.ZodType;
export declare const htmlStringSchema: z.ZodType;
export declare const htmlFilePathSchema: z.ZodType;
export declare const urlStringSchema: z.ZodType;
export declare const stringSchema: z.ZodType;
export declare const urlSchema: z.ZodType;
export declare const imageFilePathSchema: z.ZodType;
export declare const bufferSchema: z.ZodType;
export declare const imageBufferSchema: z.ZodType;
export declare const useMarginsSchema: z.ZodType;
export declare const pdfPasswordSchema: z.ZodType;
export declare const chromeGpuModesSchema: z.ZodType;
export declare const changeTrackingModesSchema: z.ZodType;
export declare const pdfInputSchema: z.ZodType;
export declare const dateSchema: z.ZodType;
export declare const barcodeTypeSchema: z.ZodType;
export declare const tableOfContentsTypesSchema: z.ZodType;
export declare const stringArraySchema: z.ZodType;
export declare const bufferArraySchema: z.ZodType;
export declare const numberSchema: z.ZodType;
export declare const booleanSchema: z.ZodType;
export declare const mapStringSchema: z.ZodType