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