import { z } from "zod"; declare const FinalSchema: z.ZodObject<{ date: z.ZodString; source: z.ZodUnion, z.ZodLiteral<"current-events">]>; theme: z.ZodPipe>; words: z.ZodPipe, z.ZodTransform>; }, z.core.$loose>; export type FinalOutput = z.infer; export declare function validateFinal(obj: unknown): FinalOutput; export {}; //# sourceMappingURL=schema.d.ts.map