import { ModuleExport } from './moduleExport.generated.js'; import { z } from 'zod'; export type InputItem = { id: string; accessorPath: Array; formatter: ModuleExport; }; export declare const inputItem: z.ZodObject<{ id: z.ZodString; accessorPath: z.ZodArray; formatter: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; //# sourceMappingURL=inputItem.generated.d.ts.map