import { z } from "zod"; //#region src/convert/codec.d.ts declare const docxPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const pptxPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odtPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odpPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odsPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odgPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const xlsxPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const rtfPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const docPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const xlsPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const pptPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const epubPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const markdownPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const svgPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odtDocxCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odpPptxCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odsXlsxCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const markdownDocxCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const markdownOdtCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const xlsxMarkdownCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const csvPdfCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odsCsvCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const xlsxCsvCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const odgSvgCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; declare const csvMarkdownCodec: z.ZodCodec, Uint8Array>, z.ZodCustom, Uint8Array>>; //#endregion export { csvMarkdownCodec, csvPdfCodec, docPdfCodec, docxPdfCodec, epubPdfCodec, markdownDocxCodec, markdownOdtCodec, markdownPdfCodec, odgPdfCodec, odgSvgCodec, odpPdfCodec, odpPptxCodec, odsCsvCodec, odsPdfCodec, odsXlsxCodec, odtDocxCodec, odtPdfCodec, pptPdfCodec, pptxPdfCodec, rtfPdfCodec, svgPdfCodec, xlsPdfCodec, xlsxCsvCodec, xlsxMarkdownCodec, xlsxPdfCodec };