export declare function findTestIndexFile(projectRoot: string, workspaceRoot: string, tsConfigPath?: string | null): Promise<string | null>;
