/**
A React hook that returns the stdout stream where Ink renders your app.
*/
declare const useStdout: () => import("../components/StdoutContext.js").Props;
export default useStdout;
