import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; /** * Rollup of this project's pull-mode installations by operations-bundle sync status, reflecting the currently enabled plugin set. */ export type OperatorInstallationsRollup = { /** * Total pull-mode installations tracked. */ total: number; ready: number; syncing: number; stuck: number; }; /** @internal */ export declare const OperatorInstallationsRollup$inboundSchema: z.ZodType; export declare function operatorInstallationsRollupFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=operatorinstallationsrollup.d.ts.map