import { Reporter, ReportOptions } from '../runs/model'; export declare class SheetReporter implements Reporter { constructor(); /** * TODO xlsx */ report(options: ReportOptions): Promise; }