import * as utils from "./utils"; import * as stream from "./stream"; export = { utils, ...stream, };