import { ActivityContext } from "../task/context/activity-context"; export type TActivity = (context: ActivityContext, input: TInput) => TOutput;