export declare class LogWriterStream { readonly _out: WritableStream; readonly _toFlush: (() => Promise)[]; readonly _id: number; constructor(out: WritableStream); write(encoded: Uint8Array): void; _flushIsRunning: boolean; _flushDoneFns: (() => void)[]; _flush(toFlush?: (() => Promise)[] | undefined, done?: () => void): void; } //# sourceMappingURL=log-writer-impl.d.ts.map