//#region src/writer.d.ts declare function writer(chunk: T): void; type InferWriterType = T extends typeof writer ? C : any; //#endregion export { InferWriterType, writer }; //# sourceMappingURL=writer.d.ts.map