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