export declare abstract class BaseService { constructor(); protected handleError(error: any): import("rxjs").Observable; }