import { z } from 'zod'; export declare const maronConfigSchema: z.ZodObject<{ sources: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; export declare const stylesSchema: z.ZodObject<{ reference: z.ZodOptional; }, z.core.$strict>>; citation: z.ZodOptional; itemSep: z.ZodOptional; hyphen: z.ZodOptional; }, z.core.$strict>>; figCaption: z.ZodOptional>; format: z.ZodOptional; }, z.core.$strict>>; tabCaption: z.ZodOptional>; format: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; export declare const referencesSchema: z.ZodRecord]>>; title: z.ZodOptional; journal: z.ZodOptional; issue: z.ZodOptional; day: z.ZodOptional; volume: z.ZodOptional; issue: z.ZodOptional; pages: z.ZodOptional]>>; articleId: z.ZodOptional; }, z.core.$strict>]>>; literal: z.ZodOptional; }, z.core.$loose>>; export declare const figuresSchema: z.ZodRecord; webResolution: z.ZodOptional; subFigures: z.ZodOptional; resolution: z.ZodOptional; webResolution: z.ZodOptional; }, z.core.$strict>>>; }, z.core.$strict>>; export declare const tablesSchema: z.ZodRecord; }, z.core.$strict>>; export declare const formatZodError: (fileName: string, err: z.ZodError) => string;