import { Rule } from '@angular-devkit/schematics';
import { ImportsMapping } from '../../utility/index';
/**
 * Update imports based on mapping
 * @param mapImports Map of the import to replace
 * @param renamedPackages Map of the import package to replace
 * @param fromRoot Perform on all files in project
 */
export declare function updateImports(mapImports?: ImportsMapping, renamedPackages?: Record<string, string>, fromRoot?: boolean): Rule;
//# sourceMappingURL=update-ts-imports.d.ts.map