export declare const MINUTES_IN_MILLISECONDS: number; export declare const TIMEOUT_IN_MILLISECONDS: number; export declare function resetMSVSVersion(): void; export declare function resetTestModule(testModulePath: string, installModules?: boolean): Promise; export declare function cleanupTestModule(testModulePath: string): Promise;