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