import { z } from "zod"; export declare const OdsFileDialect: z.ZodObject<{ $schema: z.ZodOptional; title: z.ZodOptional; description: z.ZodOptional; format: z.ZodLiteral<"ods">; sheetName: z.ZodOptional; sheetNumber: z.ZodOptional; headerRows: z.ZodOptional, z.ZodArray]>>; headerJoin: z.ZodOptional; commentRows: z.ZodOptional>; commentPrefix: z.ZodOptional; columnNames: z.ZodOptional>; }, z.core.$strip>; export type OdsFileDialect = z.infer;