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