/// import { PinoLogger } from '../logging'; import { ProfilingService } from './profiling.service'; export declare class HealthController { private logger; private pyroscope; constructor(logger: PinoLogger, pyroscope: ProfilingService); profileCPU(): Promise; profileHEAY(): Promise; } //# sourceMappingURL=profiling.controller.d.ts.map