import type { Ref } from 'vue'; export declare const observeMutations: (target: Ref, callback: MutationCallback) => void; //# sourceMappingURL=mutationObserver.d.ts.map