import type { HttpClient } from '../http.js'; export declare abstract class BaseResource { protected readonly http: HttpClient; constructor(http: HttpClient); } //# sourceMappingURL=base.d.ts.map