import { z } from "zod"; export declare const ArrowFileDialect: z.ZodObject<{ $schema: z.ZodOptional; title: z.ZodOptional; description: z.ZodOptional; format: z.ZodLiteral<"arrow">; }, z.core.$strip>; export type ArrowFileDialect = z.infer;