import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { CursorOnTargetEvent } from "./cursorontargetevent.js"; export type CursorOnTarget = { events?: Array | null | undefined; }; /** @internal */ export declare const CursorOnTarget$inboundSchema: z.ZodType; export declare function cursorOnTargetFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cursorontarget.d.ts.map