import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type PrometheusResponseActiveTargetLabels = { /** * Instance after relabelling has occurred. */ instance?: string | undefined; /** * Job of target after relabelling has occurred. */ job?: string | undefined; }; /** @internal */ export declare const PrometheusResponseActiveTargetLabels$inboundSchema: z.ZodType; export declare function prometheusResponseActiveTargetLabelsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=prometheusresponseactivetargetlabels.d.ts.map