import { z } from 'astro/zod'; export declare const rssSchema: z.ZodObject<{ title: z.ZodString; pubDate: z.ZodEffects, Date, string | number | Date>, Date, string | number | Date>; description: z.ZodOptional; customData: z.ZodOptional; draft: z.ZodOptional; categories: z.ZodOptional>; author: z.ZodOptional; commentsUrl: z.ZodOptional; source: z.ZodOptional>; enclosure: z.ZodOptional>; }, "strip", z.ZodTypeAny, { description?: string | undefined; customData?: string | undefined; draft?: boolean | undefined; categories?: string[] | undefined; author?: string | undefined; commentsUrl?: string | undefined; source?: { title: string; url: string; } | undefined; enclosure?: { length: number; type: string; url: string; } | undefined; title: string; pubDate: Date; }, { description?: string | undefined; customData?: string | undefined; draft?: boolean | undefined; categories?: string[] | undefined; author?: string | undefined; commentsUrl?: string | undefined; source?: { title: string; url: string; } | undefined; enclosure?: { length: number; type: string; url: string; } | undefined; title: string; pubDate: string | number | Date; }>;