import type http from 'http';
import type { Action } from 'integreat';
export declare function actionFromRequest(request: http.IncomingMessage, incomingPort: number): Promise<Action>;
