import { z } from "zod"; declare const airtableSourceSchema: z.ZodObject<{ id: z.ZodString; baseId: z.ZodString; defaultView: z.ZodDefault; tables: z.ZodDefault>; keyValueTables: z.ZodDefault>; endpointUrl: z.ZodDefault; appendLocalAttachmentPaths: z.ZodDefault; apiKey: z.ZodString; }, z.core.$strip>; export default function airtableSource(options: z.input): Promise<{ id: string; fetch: (ctx: import("../source.js").FetchContext) => { id: string; data: Promise; }[]; }>; export {}; //# sourceMappingURL=airtable-source.d.ts.map