import { z } from 'zod'; export declare const XrayWebhookSchema: z.ZodObject<{ email: z.ZodNullable; level: z.ZodNullable; protocol: z.ZodNullable; network: z.ZodString; source: z.ZodNullable; destination: z.ZodString; routeTarget: z.ZodNullable; originalTarget: z.ZodNullable; inboundTag: z.ZodNullable; inboundName: z.ZodNullable; inboundLocal: z.ZodNullable; outboundTag: z.ZodNullable; ts: z.ZodNumber; }, "strip", z.ZodTypeAny, { email: string | null; level: number | null; protocol: string | null; network: string; source: string | null; destination: string; routeTarget: string | null; originalTarget: string | null; inboundTag: string | null; inboundName: string | null; inboundLocal: string | null; outboundTag: string | null; ts: number; }, { email: string | null; level: number | null; protocol: string | null; network: string; source: string | null; destination: string; routeTarget: string | null; originalTarget: string | null; inboundTag: string | null; inboundName: string | null; inboundLocal: string | null; outboundTag: string | null; ts: number; }>; export type XrayWebhookModel = z.infer; //# sourceMappingURL=xray-webhook.schema.d.ts.map