import 'rxjs/add/operator/map'; export declare class ServiceOffLine { private isInstantiated; private database; private listener; constructor(); GetIdKatiosLVL1FromSession(): any; get(id: string): any; AddDocument(id: string, document: any): any; DestroyTotal(): void; GetAllDocsDeleted(): any; GetAllDocs(): any; GetAllDocsOffLineSinDocs(): any; Destroy(funcionRep: Function): void; DeleteAllDocs(): void; Delete(isKey: string): void; }