import * as z from "zod/v3"; import { ActivityEvent, ActivityEvent$Outbound } from "./activityevent.js"; export type Activity = { events: Array; }; /** @internal */ export type Activity$Outbound = { events: Array; }; /** @internal */ export declare const Activity$outboundSchema: z.ZodType; export declare function activityToJSON(activity: Activity): string; //# sourceMappingURL=activity.d.ts.map