import { Profiler } from './types'; export declare function makeProfiler(host?: string, port?: number, concurrentProfileLimit?: number): Profiler;