/** * A Transform stream that buffers incomplete lines before emitting them. * This prevents language tags and other tokens from being split across chunk boundaries, * working around an N3.js bug: https://github.com/rdfjs/N3.js/issues/578 */ export declare function createLineBufferedFetch(baseFetch?: typeof fetch): typeof fetch;