/** * Parse logs from DIP into a more human readable format. */ export declare function parseDIPLogs(logs: string, lines?: number): string[];