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