import { z } from "zod"; export declare const Formats: z.ZodArray; export type Formats = z.infer;