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