import { TableItem } from './tableItem.generated.js'; import { FormItem } from './formItem.generated.js'; import { InputItem } from './inputItem.generated.js'; import { z } from 'zod'; export type OperationEnrichments = { table?: TableItem | undefined; form?: FormItem | undefined; input?: InputItem | undefined; }; export declare const operationEnrichments: z.ZodObject<{ table: 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>; //# sourceMappingURL=operationEnrichments.generated.d.ts.map