import { z } from "zod";
export declare const HealthAntivirusSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type HealthAntivirus = z.infer<typeof HealthAntivirusSchema>;
