import cliProgress from 'cli-progress'; export declare const cliInstance: cliProgress.SingleBar; export declare function pushManualList(path: string, node: any, name: string, suggest: string, website: string): void; export declare function VuePushManualList(path: string, node: any, name: string, suggest: string, website: string): void; export declare function getCntFunc(key: string, outputObj: { [key: string]: number; }): (quantity?: number) => void; export declare function formatterOutput(processFilePath: string[], formatter: string, logger: Console): void; export declare function logOutput(processFilePathList: string, processFilePath: string[], totalDetected: number, totalChanged: number, transRate: string | number, tableStr: string, logger: Console): void;