import { type Rule } from '@angular-devkit/schematics'; /** * Update the scrips from package.json */ export declare const updateScriptPackageJson: () => Rule; /** * Deprecate the scripts folder */ export declare const deprecateScriptsFolder: () => Rule; /** * Add the CPY dependencies */ export declare const addCpyDependencies: () => Rule; //# sourceMappingURL=script-removal.d.ts.map