import type { RuntimeEventBus } from '../events/index.js'; import type { EmitterContext } from './index.js'; export declare function emitForensicsReportCreated(bus: RuntimeEventBus, ctx: EmitterContext, data: { reportId: string; classification: string; errorMessage?: string | undefined; taskId?: string | undefined; turnId?: string | undefined; }): void; //# sourceMappingURL=forensics.d.ts.map