import { ModulePackage } from './modulePackage.generated.js'; import { PathEnrichments } from './pathEnrichments.generated.js'; import { SkipOperations } from './skipOperations.generated.js'; import { SkipModels } from './skipModels.generated.js'; import { z } from 'zod'; export type ClientSettings = { basePath?: string | undefined; packages?: Array | undefined; enrichments?: Record | undefined; skip?: Array | undefined; }; export declare const clientSettings: z.ZodObject<{ basePath: z.ZodOptional; packages: z.ZodOptional; }, z.core.$strip>>>; enrichments: z.ZodOptional; description: z.ZodOptional; columns: z.ZodOptional; formatter: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; label: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; form: z.ZodOptional; description: z.ZodOptional; fields: z.ZodOptional; input: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; label: z.ZodString; placeholder: z.ZodOptional; }, z.core.$strip>>>; submitLabel: z.ZodOptional; }, z.core.$strip>>; input: z.ZodOptional; formatter: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>>>>>; skip: z.ZodOptional>>>, z.ZodRecord>, z.ZodString]>>>; }, z.core.$strip>; //# sourceMappingURL=clientSettings.generated.d.ts.map