import { z } from 'zod/v4'; export declare const OutboundHttpObject: z.ZodObject<{ protocol: z.ZodLiteral<"http">; settings: z.ZodObject<{ servers: z.ZodArray>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export type OutboundHttpObject = z.infer;