export declare type ConsoleOutput = 'StartTests' | 'TestsFinished' | 'TestsFailed' | 'ContractsAndTestsMissing' | 'ConfigNotPresent';
