import { BaseReporter } from '../../types.js';
export declare function getReporter(reporter: BaseReporter | 'creevey' | 'teamcity' | 'junit'): BaseReporter;
