Files
2026-03-13 09:53:40 +01:00

6 lines
346 B
TypeScript

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<void>;
export declare function cleanupTestModule(testModulePath: string): Promise<void>;