import { TestPath } from './test_path'; /** * Get the path to the suite of the given test or suite. */ export declare function suitePathOf(testPath: TestPath): TestPath | null;