import type { APIPromise, HttpClient } from "../http.js"; import type { FrameworksResponse, HealthResponse } from "../types/index.js"; export declare class SystemResource { private readonly client; constructor(client: HttpClient); health(): APIPromise; frameworks(): APIPromise; } //# sourceMappingURL=system.d.ts.map