import type { MessageList } from '../message-list';
import type { InputProcessor } from './index';
export declare function runInputProcessors(processors: InputProcessor[], messageList: MessageList, telemetry?: any): Promise<MessageList>;
//# sourceMappingURL=runner.d.ts.map