import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PeopleMasterService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getPerson(find: string): Observable; getEmployee(find: string): Observable; getStudent(find: string): Observable; getNotStudent(find: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }