import { Rule } from '@angular-devkit/schematics';
import { Pattern } from 'ng-morph';
type RenameConfig = Record<string, string | [string, string]>;
export declare function renamingRule(packageName: Pattern, renames: RenameConfig): () => Rule;
export {};
