import type { LogTarget, LogTail } from '../shared/types.js'; export declare function listLogTargets(logsDir: string, filenames: string[]): LogTarget[]; export declare function tailLogText(text: string, maxBytes: number): LogTail; //# sourceMappingURL=log-service.d.ts.map