import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type SetOperationsPluginEnabledResponse = { name: string; builtin: boolean; enabled: boolean; }; /** @internal */ export declare const SetOperationsPluginEnabledResponse$inboundSchema: z.ZodType; export declare function setOperationsPluginEnabledResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=setoperationspluginenabledresponse.d.ts.map