import { z } from "zod"; export declare const ValidateTableOptions: z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ columnNames: z.ZodOptional>; columnTypes: z.ZodOptional>; missingValues: z.ZodOptional>; decimalChar: z.ZodOptional; groupChar: z.ZodOptional; trueValues: z.ZodOptional>; falseValues: z.ZodOptional>; datetimeFormat: z.ZodOptional; dateFormat: z.ZodOptional; timeFormat: z.ZodOptional; arrayType: z.ZodOptional>; listDelimiter: z.ZodOptional; listItemType: z.ZodOptional>; sampleRows: z.ZodOptional; confidence: z.ZodOptional; commaDecimal: z.ZodOptional; monthFirst: z.ZodOptional; keepStrings: z.ZodOptional; }, z.core.$strip>>, z.ZodObject<{ previewBytes: z.ZodOptional; denormalized: z.ZodOptional; }, z.core.$strip>>, z.ZodObject<{ noInfer: z.ZodOptional; maxErrors: z.ZodOptional; }, z.core.$strip>>; export type ValidateTableOptions = z.infer;