import type { LifeCycle } from '../lifeCycle';
import type { RumConfiguration } from '../configuration';
export declare function startLongAnimationFrameCollection(lifeCycle: LifeCycle, configuration: RumConfiguration): {
    stop: () => void;
};
