import type { Manifold } from '../../core/pipework.js'; import type { TraceContext } from '../entry/trace-context.js'; /** Fires Q7 truncation: flushes the buffer and stamps `truncated` on the trace row. */ export declare function truncateTrace(instance: Manifold, ctx: TraceContext): Promise; //# sourceMappingURL=truncate-trace.d.ts.map