import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class RequestService { private readonly http; private readonly storeService; private defaultHeaders; constructor(); raw(method: string, url: string, payload?: any, moreOptions?: {}): Observable; request(method: string, url: string, payload?: any, moreOptions?: {}): Observable; get(url: string, params?: any, options?: {}): Observable; post(url: string, payload?: any, options?: {}): Observable; put(url: string, payload?: any, options?: {}): Observable; delete(url: string, options?: {}): Observable; patch(url: string, payload?: any, options?: {}): Observable; private clean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }