import type { AbstractCommand } from "../commands/AbstractCommand.js"; export declare class ProgressBar { private currentProgress; private progressBar; constructor(); showProgress(progress: number): void; } export declare const displaySubmissionDetails: (name: string, size: number, buildDir: string, tags?: string, category?: string, description?: string) => void; export declare const printHelp: (commands: AbstractCommand[]) => never; export declare const printError: (err: any, printDetailedHelp: () => void, commands?: AbstractCommand[]) => never; //# sourceMappingURL=console.d.ts.map