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