import { TestFile } from './models/index.js';
export declare class TestFilesFinder {
    static testFilesFromSourceFile(): TestFile[] | null;
}
