import { z } from "zod"; //#region src/actions/answer.d.ts declare const ExaAnswerInput: z.ZodTypeAny; declare const ExaAnswerOutput: z.ZodTypeAny; declare const exaAnswer: import("@keystrokehq/action").WorkflowActionDefinition, readonly [import("@keystrokehq/shared").Credential]>; //#endregion export { exaAnswer }; //# sourceMappingURL=answer.d.mts.map