/** * * 打印 error 信息 * */ export declare function printError(...str: unknown[]): void;