import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
import { AuthorizationService } from './authorization.service';
import * as i0 from "@angular/core";
export declare class HasWritePermissionDirective implements OnInit, OnDestroy {
    private readonly authorization;
    protected readonly cdr: ChangeDetectorRef;
    private readonly scope;
    identifier: string;
    readonly: boolean;
    private _subscription?;
    constructor(authorization: AuthorizationService, cdr: ChangeDetectorRef, scope?: string | null);
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<HasWritePermissionDirective, [null, null, { optional: true; }]>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<HasWritePermissionDirective, "[rxapHasWritePermission]", never, { "identifier": { "alias": "rxapHasWritePermission"; "required": true; }; }, {}, never, never, true, never>;
}
