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