import type { CreateBaseWorkflowOpts, CreateTaskWorkflowOpts } from "@hatchet-dev/typescript-sdk"; export type TaskOpts = Omit; /** * Decorator to mark a method as a Hatchet task. */ export declare const Task: (opts: TaskOpts) => MethodDecorator;