import type { error_o_error_T } from '../error_o/index.js' /** * Prints the given `error_o` to stderr */ export declare function error__print(error_o_error:error_o_error_T):void