import { IAny } from "musicxml-interfaces/operations";
import NoteImpl from "./implChord_noteImpl";
export default function noteMutator(note: NoteImpl, op: IAny): void;
