import type { API_Status } from '../models/API_Status'; export declare class TbaService { /** * Returns API status, and TBA status information. * @param ifNoneMatch Value of the `ETag` header in the most recently cached response by the client. * @returns API_Status Successful response * @throws ApiError */ static getStatus(ifNoneMatch?: string): Promise; }