/// import type { TaskContext } from '../interfaces/vcs-task-context.interface'; import type { ListrDefaultRenderer, ListrTaskWrapper } from 'listr2'; export declare function colorize(color: string): any; export declare function renderBar(progress: number, color: any): string; export declare function archivingAnimation(task: ListrTaskWrapper): NodeJS.Timeout; export declare function rocketAnimation(task: ListrTaskWrapper): NodeJS.Timeout;