import * as cheerio from "cheerio"; import type { ImpitResponse } from "impit"; export declare class MountaineersClient { private clearance; private lastRequestTime; private impit; constructor(); private getImpit; private rateLimit; private ensureClearance; private discard; private ensureOk; private isChallenge; fetchRaw(url: string, options?: { headers?: Record; }): Promise; private loadHtml; fetchHtml(url: string): Promise; fetchFacetedQuery(basePath: string, params: URLSearchParams): Promise; fetchJson(url: string): Promise; fetchRosterTab(activityUrl: string): Promise; get baseUrl(): string; } //# sourceMappingURL=client.d.ts.map