import { z } from 'zod/v4'; export declare const InboundHttpObject: z.ZodObject<{ protocol: z.ZodLiteral<"http">; settings: z.ZodObject<{ accounts: z.ZodOptional>>; allowTransparent: z.ZodOptional; userLevel: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; export type InboundHttpObject = z.infer;