import type { Rule } from '@angular-devkit/schematics'; /** * Update workspace Tsconfig * @param targetPath Path where the SDK has been generated * @param projectName Name of the project * @param scope scope of the package */ export declare function updateTsConfig(targetPath: string, projectName: string, scope: string): Rule; //# sourceMappingURL=update-ts-paths-rule.d.ts.map