import type BufferIO from "./BufferIO"; type BufferServer = { accept(): Promise; }; export default BufferServer;