import { TestMetadata, TestsWithMetadata } from '../types'; export declare function collectTests(cwd: string, testMetadata: TestMetadata[]): TestsWithMetadata[];