import { AuthenticationService, BasicAlfrescoAuthService } from '@alfresco/adf-core';
import * as i0 from "@angular/core";
export declare class ContentAuthLoaderService {
    private readonly basicAlfrescoAuthService;
    private readonly authService;
    constructor(basicAlfrescoAuthService: BasicAlfrescoAuthService, authService: AuthenticationService);
    init(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ContentAuthLoaderService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ContentAuthLoaderService>;
}
