import { Transport } from "./Transport"; export declare class ScanossLogger implements Transport { private colors; private timeStamp; error(msg: string): void; info(msg: string): void; log(msg: string): void; warn(msg: string): void; }