import { SupabaseClient } from '@supabase/supabase-js'; import { z } from 'zod'; export declare const generators: z.ZodArray; dependencies: z.ZodArray; sourceUrl: z.ZodString; registryUrl: z.ZodString; readme: z.ZodString; scope: z.ZodString; packageName: z.ZodString; createdAt: z.ZodString; }, z.core.$strip>>; export type GetApiGeneratorsArgs = { supabase: SupabaseClient; }; export declare const getApiGenerators: ({ supabase }: GetApiGeneratorsArgs) => Promise<{ id: string; name: string; dependencies: string[]; sourceUrl: string; registryUrl: string; readme: string; scope: string; packageName: string; createdAt: string; description?: string | undefined; }[]>; //# sourceMappingURL=getApiGenerators.generated.d.ts.map