export declare const green = "\u001B[32m"; export declare const red = "\u001B[31m"; export declare const bold = "\u001B[1m"; export declare const reset = "\u001B[0m";