/** * 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 { IReportsWeekResponse } from '../types'; export default class Reports { protected static adapter: any; static getWeek(): Promise; }