import { EventEmitter } from '@angular/core'; import { M3Procesos } from '../Registro/m3-procesos'; import 'rxjs/add/operator/map'; export declare class M3CouchMaestro { oDataM3Procesos: M3Procesos; private isInstantiated; private database; private listener; constructor(); GetTipoHubFromSession(): any; GetIdKatiosLVL1FromSession(): any; GetServer(): string; get(id: string): any; GetDataPouchBD(isKey: string): any; getChangeListener(): EventEmitter; sync(remote: string): void; GetKeyDocumentoDB(isIDKatios: string, isDocumento: string): string; }