export = PlainReporter;
declare class PlainReporter extends BaseReporter {
}
import BaseReporter = require("./base");
