// 定义 JCore 类的类型声明
export default class JCore {
  /**
   * 设置认证信息
   * @param auth 是否启用认证
   */
  static setAuth(auth: boolean): void;
}
