export declare class PermissionDeniedEvent {
    static readonly type = "PermissionDenied";
}
