import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type WorkflowExecutionTraceSummaryAttributesValues = string | number | number | boolean | Array; /** @internal */ export declare const WorkflowExecutionTraceSummaryAttributesValues$inboundSchema: z.ZodType; export declare function workflowExecutionTraceSummaryAttributesValuesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=workflowexecutiontracesummaryattributesvalues.d.ts.map