import type { IOmOption } from '../option/index.js'; export interface ITaskContext { option: IOmOption; }