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