import { BehaviorSubject } from 'rxjs'; export declare class GeoIdService { _prefix: string; id$: BehaviorSubject; }