import { z } from 'zod/v4'; export declare const SystemPolicyObject: z.ZodObject<{ statsInboundUplink: z.ZodOptional; statsInboundDownlink: z.ZodOptional; statsOutboundUplink: z.ZodOptional; statsOutboundDownlink: z.ZodOptional; }, z.core.$strip>; export type SystemPolicyObject = z.infer;