//#region src/utils/react-version.d.ts
declare function getReactUpgradeDeps(root: string): string[];
//#endregion
export { getReactUpgradeDeps };