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