import type { BaseMonomer } from "./BaseMonomer";
import type { MonomerOrAmbiguousType } from "../types";
import { Command } from "./Command";
import type { DrawingEntitiesManager } from './DrawingEntitiesManager';
export declare function replaceMonomer(drawingEntitiesManager: DrawingEntitiesManager, monomer: BaseMonomer, newMonomerItem: MonomerOrAmbiguousType): Command;
