import { Profiler } from './types-hoist/profiling'; /** * Profiler namespace for controlling the profiler in 'manual' mode. * * Requires the `nodeProfilingIntegration` from the `@sentry/profiling-node` package. */ export declare const profiler: Profiler; //# sourceMappingURL=profiling.d.ts.map