import { withInstall } from "../utils/index.mjs"; import _Empty from "./Empty.mjs"; const Empty = withInstall(_Empty); var stdin_default = Empty; export { Empty, stdin_default as default };