export declare class ApiResponse { response: T; result: string; constructor(httpResponse?: ApiResponse); }