import type { TextMutationObserver } from 'roosterjs-content-model-types'; import type { Mutation } from './MutationType'; /** * @internal */ export declare function createTextMutationObserver(contentDiv: HTMLDivElement, onMutation: (mutation: Mutation) => void): TextMutationObserver;