type LogContent = string; export declare function computeAnsiLogString(logs: LogContent, enableEraseLineFilter?: boolean, hideEmptyLine?: boolean): string; export {}; //# sourceMappingURL=computeAnsiLogString.d.ts.map