/**
 * 异常处理
 * @static
 * @param {*} message   错误消息
 */
export declare function throwError(message: string): void;
