import { Input } from '../../../protocol/protocol.js'; import type { EmptyResult } from '../../../protocol/webdriver-bidi'; import type { BrowsingContextStorage } from '../context/BrowsingContextStorage.js'; export declare class InputProcessor { #private; constructor(browsingContextStorage: BrowsingContextStorage); performActions(params: Input.PerformActionsParameters): Promise; releaseActions(params: Input.ReleaseActionsParameters): Promise; }