import { z } from 'zod/v4'; export declare const PeerObject: z.ZodObject<{ publicKey: z.ZodString; allowedIPs: z.ZodArray; }, z.core.$strip>; export type PeerObject = z.infer;