export declare const NgxPermissionsPredefinedStrategies: {
    readonly REMOVE: "remove";
    readonly SHOW: "show";
};
