import { z } from "zod"; declare const contentfulSourceSchema: z.ZodIntersection; protocol: z.ZodDefault; host: z.ZodDefault; usePreviewApi: z.ZodDefault; contentTypes: z.ZodDefault>; searchParams: z.ZodDefault>; }, z.core.$loose>, z.ZodUnion; }, z.core.$strip>, z.ZodObject<{ previewToken: z.ZodString; }, z.core.$strip>]>>; export default function contentfulSource(options: z.input): Promise<{ id: string; fetch: (ctx: import("../source.js").FetchContext) => { id: string; data: Promise; }; }>; export {}; //# sourceMappingURL=contentful-source.d.ts.map