import { type HookSchema } from '@byted-apaas/cli-core-sdk'; import { type TaskDetails } from '@byted-apaas/cli-plugin-task'; import { type TaskLog } from '@byted-apaas/cli-sdk-biz-helpers'; declare const updateTaskStepsToTaskListLog: (taskListLog: TaskLog, steps: TaskDetails['steps'], options: { cwd: string; currentHook: HookSchema; scopeKey: string; }) => void; export default updateTaskStepsToTaskListLog;