import { type ChromiumMeasurePlugin } from '../../../types/index.js';
/**
 * Activates the `HeapProfiler.*` domain in CDP
 *
 * @param developmentTools client for CDP
 */
export declare const heapProfilerDomainPlugin: ChromiumMeasurePlugin;
