import { type Props } from '../components/StdinContext.js'; /** * React hook exposing the stdin stream and raw-mode helpers from `StdinContext`. * @returns the `StdinContext` value. */ declare const useStdin: () => Props; export default useStdin; //# sourceMappingURL=use-stdin.d.ts.map