import type { ReadonlyDeep } from 'type-fest'; import type { TaskJson } from '../../pipeline/PipelineJson/TaskJson'; import type { string_markdown } from '../../types/typeAliases'; import type { string_parameter_value } from '../../types/typeAliases'; /** * @@@ * * @private internal utility of `createPipelineExecutor` */ export declare function getContextForTask(task: ReadonlyDeep): Promise;