import { Input, type EmptyResult } from '../../../protocol/protocol.js'; 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; setFiles(params: Input.SetFilesParameters): Promise; }