import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type JenkinsLabel = { name?: string | undefined; value?: string | undefined; }; /** @internal */ export declare const JenkinsLabel$inboundSchema: z.ZodType; export declare function jenkinsLabelFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=jenkinslabel.d.ts.map