/** * Render an error to the terminal; see the ErrorBox component for details. * * @param err The error to render. May be anything; the ErrorBox component will * handle it. */ export declare function renderError(err: unknown): void;