import type { TargetPanelEntry } from './types.js'; export declare const LOG_OVERHEAD_LINES = 3; export declare function filterTestLogs(lines: string[]): string[]; export declare function filterBuildLogs(lines: string[]): string[]; export declare function formatLogs(entry: TargetPanelEntry | undefined, channel: string, lines: string[], width: number, maxLines: number, viewMode: 'all' | 'tests', banner?: string): string; //# sourceMappingURL=log-utils.d.ts.map