export default function (projectRoot: string): {
    libs: {
        id: string;
        path: string;
    }[];
    externs: string[];
};
