import { type ChromiumMeasurePlugin } from '../../../types/index.js';
/**
 * Triggers the heap gargabe collection.
 * Requires the `HeapProfiler` to be activated
 *
 * @param developmentTools client for CDP
 */
export declare const heapGarbageCollectorPlugin: ChromiumMeasurePlugin;
