import { PyroscopeProfiler } from '../profilers/pyroscope-profiler';
export declare function getProfiler(): PyroscopeProfiler;
export declare function setProfiler(value: PyroscopeProfiler): void;
