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