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