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