export interface BaseReporterOptions {
    stackLinesCount?: number;
}
