import { type UpdateRecorder } from '@angular-devkit/schematics'; import { type ElementLocation } from 'parse5/dist/common/token'; export declare function replaceTag(recorder: UpdateRecorder, sourceCodeLocation: ElementLocation | null | undefined, from: string, to: string, template: string, templateOffset?: number, addAttributes?: string[]): void;