import { z } from 'zod/v4'; export declare const OutboundLoopbackObject: z.ZodObject<{ protocol: z.ZodLiteral<"loopback">; settings: z.ZodObject<{ inboundTag: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export type OutboundLoopbackObject = z.infer;