import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type MikrotikWinbox = { components?: Array | null | undefined; version?: string | undefined; }; /** @internal */ export declare const MikrotikWinbox$inboundSchema: z.ZodType; export declare function mikrotikWinboxFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=mikrotikwinbox.d.ts.map