import { promise } from 'protractor';
export declare class JSConsole {
    clear(): void;
    hasErrors(): promise.Promise<any>;
}
