/** * Copyright (c) 2023 The Nuinalp Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ import { IStatsResponse } from '../types'; export default class Stats { protected static adapter: any; static get(): Promise; }