import { CommonCallResponse, FunctionCall, HttpResponse } from './types'; export declare const wrapCallback: (func: (arg: Arg) => Promise, thisArg?: any) => FunctionCall; export declare class ResponseUtil { static handleResponse(res: HttpResponse>): T; }