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