import type { ThrottleOptions } from '../../types.js';
/**
 * @deprecated use `browser.throttleNetwork` instead
 */
export declare function throttle(this: WebdriverIO.Browser, params: ThrottleOptions): Promise<void>;
//# sourceMappingURL=throttle.d.ts.map