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