/** Get a JSON  */
export declare function httpGetJSON(params: {
    host: string;
    port: number;
    path?: string;
}): Promise<string>;
