import type http from 'node:http'; import type { ActorContext } from '../context.js'; export { setRelayPushEvent, type PushEventFn } from '../relay-events.js'; /** * POST /internal/audit-batch * Receives an audit batch from credhelper-daemon, validates it, * and emits each entry on the relay's cluster.audit channel. */ export declare function handlePostAuditBatch(req: http.IncomingMessage, res: http.ServerResponse, _actor: ActorContext, _params: Record): Promise; //# sourceMappingURL=audit.d.ts.map