import { HttpClient } from '@angular/common/http'; export declare class CountrycodeService { private http; private url; constructor(http: HttpClient); getcountrys(): import("rxjs").Observable; }