/** * 日志 * @param message 消息内容 * @param args 参数 */ export default function debug(message: string, ...args: string[]): void;