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