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