/** * `useStderr` is a React hook that exposes the stderr stream. * * @returns The stderr context. */ export declare const useStderr: () => import("../index.js").StderrProps;