import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { AgentSessionListItem } from "./agentsessionlistitem.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type AgentSessionListResponse = { sessions: Array; }; /** @internal */ export declare const AgentSessionListResponse$inboundSchema: z.ZodType; export declare function agentSessionListResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=agentsessionlistresponse.d.ts.map