import { BaseClient } from './base.js'; import { StandardResponse } from '../interfaces.js'; import { ServerStatus } from './interfaces.js'; export declare class GeneralAPI extends BaseClient { getStats(): Promise>; health(): Promise>; } //# sourceMappingURL=general-api.d.ts.map