import { Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class CoworkerService { static instance: CoworkerService; constructor(); coworkingStatusModified: Subject; getCities(filters: any): Promise; getCoworkings(params: any): Promise; getCoworkerBookings(id: any): Promise; changeBookingStatus(id: any, newState: any): Promise; deleteEmployee(id: any): Promise; getCoworkerInfo(id: any): Promise; putCoworkerInfo(id: any, body: any): Promise; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }