import * as z from "zod/v4"; export type SetOperationsPluginEnabledRequest = { /** * Whether the plugin should be baked into the operator image. */ enabled: boolean; }; /** @internal */ export type SetOperationsPluginEnabledRequest$Outbound = { enabled: boolean; }; /** @internal */ export declare const SetOperationsPluginEnabledRequest$outboundSchema: z.ZodType; export declare function setOperationsPluginEnabledRequestToJSON(setOperationsPluginEnabledRequest: SetOperationsPluginEnabledRequest): string; //# sourceMappingURL=setoperationspluginenabledrequest.d.ts.map