import { ShallowRef } from 'vue'; export declare const useMutationObserver: (target: Readonly>, callback: (mutations: MutationRecord[], observer: MutationObserver) => void, options?: MutationObserverInit) => () => void;