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