/** * Redirects the output of the process to a writable stream. * @function * @returns {void} */ export declare const redirect: () => void; /** * Restores the original output of the process. * @function * @returns {void} */ export declare const restore: () => void;