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