import { HttpClient } from "../http/HttpClient";
export declare class GraphClient extends HttpClient {
    constructor();
}
