import { Engine, Step } from './engine'; export declare class Tester extends Engine { test(): Promise; private getRepo; private packLocal; private checkout; private packRemote; private compare; } export declare type TestProgress = { repo: Step; packLocal: Step; checkout: Step; install: Step; packRemote: Step; compare: Step; };