import { Injector } from '@angular/core'; import { AbstractDataService } from './abstract-data.service'; export declare class UaaOfficeService extends AbstractDataService { private injector; constructor(injector: Injector); private getData; private getOffices; getOffice(id: number): Promise; getOfficeByCode(code: string): Promise; getMyCommunityGroups(params?: { [key: string]: any; }): Promise; getMyCommunityRegions(office: any, params?: { [key: string]: any; }): Promise; getMyCommunities(office?: any, params?: { [key: string]: any; }): Promise; }