import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type AgentSessionApproveResponse = { jobId: string; status: string; resumed: boolean; }; /** @internal */ export declare const AgentSessionApproveResponse$inboundSchema: z.ZodType; export declare function agentSessionApproveResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=agentsessionapproveresponse.d.ts.map