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