import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type OperationsBundleDownload = { plugin: string; pluginVersion: string; /** * Presigned URL to GET the bundle ZIP from. Short-lived. */ url: string; }; /** @internal */ export declare const OperationsBundleDownload$inboundSchema: z.ZodType; export declare function operationsBundleDownloadFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=operationsbundledownload.d.ts.map