import { z } from "zod";
export declare const manifestEntry: z.ZodObject<{
    integrity: z.ZodOptional<z.ZodString>;
    revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
    url: z.ZodString;
}, z.core.$strict>;
//# sourceMappingURL=manifest-entry.d.ts.map