import { Subject } from 'rxjs'; import { SiteEntry } from '@alfresco/js-api'; import * as i0 from "@angular/core"; export declare class AppHookService { /** * Gets emitted when user delete the node */ nodesDeleted: Subject; /** * Gets emitted when user delete the library */ libraryDeleted: Subject; /** * Gets emitted when user create the library */ libraryCreated: Subject; /** * Gets emitted when user update the library */ libraryUpdated: Subject; /** * Gets emitted when library update fails */ libraryUpdateFailed: Subject; /** * Gets emitted when user join the library */ libraryJoined: Subject; /** * Gets emitted when user left the library */ libraryLeft: Subject; /** * Gets emitted when library throws 400 error code */ library400Error: Subject; /** * Gets emitted when user join the library */ joinLibraryToggle: Subject; /** * Gets emitted when user unlink the node */ linksUnshared: Subject; /** * Gets emitted when user mark the favorite library */ favoriteLibraryToggle: Subject; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }