export declare const log: { blue(str: string): void; red(str: string): void; green(str: string): void; yellow(str: string): void; gray(str: string): void; log(str: string): void; success(str: string): void; init(str: string): void; checklist(str: string): void; task(str: string): void; cmdtask(str: string): void; subtask(str: string): void; cmdsubtask(str: string): void; exec(str: string): void; };