import type http from 'node:http'; import type { ActorContext } from '../context.js'; export declare function handlePostStatus(req: http.IncomingMessage, res: http.ServerResponse, _actor: ActorContext, _params: Record): Promise; //# sourceMappingURL=status.d.ts.map