import type { MutationEvent } from "../types.js"; /** * Watch for mutation events. * * @param listener - Callback when new mutation event is emitted */ export declare function watchMutation(listener: (event: MutationEvent) => void): void; /** * @deprecated Use {@link watchMutation} instead */ export declare const watchMutationEffect: typeof watchMutation; //# sourceMappingURL=watch-mutation.d.ts.map