import { OKXConfig } from '../types'; export declare class HTTPClient { private readonly config; constructor(config: OKXConfig); private getHeaders; private handleErrorResponse; request(method: string, path: string, params?: Record): Promise; }