/** * Helper function to write output to the console, uses process.stdout.write and * write in chunks because bash piping seems to have some sort of a problem with * outputting huge amounts of data all at once while using pipes. */ export declare function logInChunks(data: unknown): string; //# sourceMappingURL=log-in-chunks.d.ts.map