import { CompilerOptions } from 'typescript';
import { TestMetadata } from '../types';
export declare function findTestMetadata(cwd: string, fileGlobs: string[], compilerOptions: CompilerOptions, mode: 'node' | 'browser'): Promise<TestMetadata[]>;
