export declare const LogStyle: { readonly Info: "background: lightblue; color: black"; readonly Warn: "background: darkorange; color: white"; readonly Error: "background: tomato; color: white"; readonly Debug: "background: blueviolet; color: white"; };