import { RepositoryInfo } from '@alfresco/js-api'; import { BehaviorSubject, Observable } from 'rxjs'; import { DocumentBasePageService } from '../../public-api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/platform-browser/animations"; import * as i2 from "@alfresco/adf-core"; import * as i3 from "@angular/router/testing"; import * as i4 from "@angular/material/icon/testing"; import * as i5 from "@angular/cdk/overlay"; export declare const initialState: { app: { appName: string; logoPath: string; sharedUrl: string; user: { isAdmin: any; id: any; firstName: string; lastName: string; }; selection: { nodes: any[]; libraries: any[]; isEmpty: boolean; count: number; }; navigation: { currentFolder: any; }; infoDrawerOpened: boolean; infoDrawerMetadataAspect: string; showFacetFilter: boolean; repository: any; }; }; export declare const discoveryApiServiceMockValue: { ecmProductInfo$: BehaviorSubject; getEcmProductInfo: () => Observable; }; export declare class DocumentBasePageServiceMock extends DocumentBasePageService { canUpdateNode(): boolean; canUploadContent(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class LibTestingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }