import type { ReporterPlugin } from '../../@types/poku.js';
export declare const errors: {
    file: string;
    output?: string;
}[];
export declare const poku: ReturnType<ReporterPlugin>;
