import { z } from "zod"; //#region src/actions/list-events.d.ts declare const ExaListEventsInput: z.ZodTypeAny; declare const ExaListEventsOutput: z.ZodTypeAny; declare const exaListEvents: import("@keystrokehq/action").WorkflowActionDefinition, readonly [import("@keystrokehq/shared").Credential]>; //#endregion export { exaListEvents }; //# sourceMappingURL=list-events.d.cts.map