/// import { Writable } from "stream"; /** * A sink to use when we don't care about output. Mostly for testing and single uses. */ export default class WritableSink extends Writable { constructor(); _write(chunk: any, enc: any, callback: Function): void; } //# sourceMappingURL=WritableSink.d.ts.map