import { z } from 'zod'; export declare const PublicReportSchema: z.ZodObject<{ targets: z.ZodArray; checkMethod: z.ZodNativeEnum<{ readonly TCP16_20: "TCP16_20"; readonly GET: "GET"; }>; checkUrl: z.ZodString; successChecks: z.ZodNumber; failedChecks: z.ZodNumber; createdAt: z.ZodEffects; updatedAt: z.ZodEffects; }, "uuid" | "publicName" | "badgeText" | "checkMethod" | "checkUrl">, "strip", z.ZodTypeAny, { uuid: string; publicName: string; badgeText: string | null; checkMethod: "TCP16_20" | "GET"; checkUrl: string; }, { uuid: string; publicName: string; badgeText: string | null; checkMethod: "TCP16_20" | "GET"; checkUrl: string; }>, "many">; }, "strip", z.ZodTypeAny, { targets: { uuid: string; publicName: string; badgeText: string | null; checkMethod: "TCP16_20" | "GET"; checkUrl: string; }[]; }, { targets: { uuid: string; publicName: string; badgeText: string | null; checkMethod: "TCP16_20" | "GET"; checkUrl: string; }[]; }>; //# sourceMappingURL=public-report.schema.d.ts.map