import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type Ibmnje = { ohost?: string | undefined; oip?: string | undefined; reason?: number | undefined; rhost?: string | undefined; rip?: string | undefined; type?: string | undefined; }; /** @internal */ export declare const Ibmnje$inboundSchema: z.ZodType; export declare function ibmnjeFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=ibmnje.d.ts.map