/** * 错误提示 * @param content 提示内容 * @example error(content); */ export default function error(content: string): Promise;