import { EventEmitter } from '@angular/core'; export declare class CouchUbicacionesService { private isInstantiated; private database; private listener; private change; constructor(); GetServer(): string; GetIdKatiosLVL1FromSession(): any; sync(remote: string): void; ChangeItem(): void; get(id: string): any; fetch(): any; getEncabezado(): any; getChangeListener(): EventEmitter; getChange(): EventEmitter; }