import { type DevkitFileSystem } from 'ng-morph';
export declare function replaceAttrsInHost(fileSystem: DevkitFileSystem, replaceable: Array<{
    from: string;
    to: string;
}>, pattern?: import("ng-morph").Pattern): void;
