import { MethodEnrichments } from './methodEnrichments.generated.js'; import { z } from 'zod'; export type PathEnrichments = Record; export declare const pathEnrichments: z.ZodRecord; 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>>>; //# sourceMappingURL=pathEnrichments.generated.d.ts.map