export declare const categories: {
    failingTest: string;
    infrastructureError: string;
    mergeConflict: string;
    unknown: string;
};
