import * as Models from "./model"; import { NightwatchAllureInterface } from "./NightwatchAllureInterface"; export declare let allure: NightwatchAllureInterface; export declare class NightwatchAllureReporter { private coreReporter; private readonly sendData; constructor(opts: Models.NightwatchOptions); write(results: Models.NightwatchResults, done: Function): void; }