export declare const updateRootProjectReferences: ({ tsConfigNames, excludeProjects, }: {
    tsConfigNames: string[];
    excludeProjects: string[];
}) => void;
//# sourceMappingURL=updateRootProjectReferences.d.ts.map