export interface ReporterOption {
    noisyTags: string[];
    verbose: boolean;
}
export declare const defaultOptions: ReporterOption;
