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