import { LifeCycle } from './lifeCycle'; export declare function startDOMMutationCollection(lifeCycle: LifeCycle): { stop(): void; };