import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type ModelsTemporalWorkflowResult = { message?: string | undefined; runId?: string | undefined; workflowId?: string | undefined; }; /** @internal */ export declare const ModelsTemporalWorkflowResult$inboundSchema: z.ZodMiniType; export declare function modelsTemporalWorkflowResultFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=models-temporal-workflow-result.d.ts.map