import { StreamLog } from "./StreamLog";
export declare class ConsoleLog extends StreamLog {
    constructor();
}
