import type { Version } from '../types/internal'; import type { Interaction } from './common/types'; export declare function runTests(_version: Version): Interaction; //# sourceMappingURL=runTests.d.ts.map