import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Orders } from '../../classes/orders'; import * as i0 from "@angular/core"; export declare class OrderHistoryService { private _httpClient; constructor(_httpClient: HttpClient); getOrders(page: number): Observable; getOrder(orderId: number): Observable; onCancelRequests(body: any, orderId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }