import { z } from "zod"; declare const strapiSourceSchema: z.ZodIntersection>; baseUrl: z.ZodString; queries: z.ZodArray; }, z.core.$strip>]>>; limit: z.ZodDefault; maxNumPages: z.ZodDefault; pageNumZeroPad: z.ZodDefault; }, z.core.$strip>, z.ZodUnion, z.ZodObject<{ token: z.ZodString; }, z.core.$strip>]>>; export default function strapiSource(options: z.input): Promise<{ id: string; fetch: (ctx: import("../source.js").FetchContext) => { id: string; data: AsyncGenerator; }[]; }>; export {}; //# sourceMappingURL=strapi-source.d.ts.map