import type { HarneryLogRecordV1 } from "../storage/jsonl.js"; import { type SupervisorLogFeed } from "./contract.js"; export declare class SupervisorLogCollector { #private; constructor(coordRoot: string); collect(now?: Date): Promise; } export declare function recentSupervisorLogs(feed: SupervisorLogFeed, limit?: number): HarneryLogRecordV1[]; //# sourceMappingURL=log-feed.d.ts.map