import { z } from 'zod'; export declare const manifestEntry: z.ZodObject<{ lines: z.ZodNumber; characters: z.ZodNumber; destinationPath: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=manifestEntry.generated.d.ts.map