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