import type { ReporterFactory } from '@acot/types';
export declare class ReporterLoader {
    private _loader;
    constructor(cwd?: string);
    load(name: string): ReporterFactory;
}
