import { PipeTransform } from '@angular/core'; import { GetRoleNameFunction } from '../classes/types'; import { TranslocoService } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class RolesPipe implements PipeTransform { private getRoleName; private transloco; constructor(getRoleName: GetRoleNameFunction, transloco: TranslocoService); getRoleFullName(role: any, rolesTranslationObj: any): any; transform(value: any, args?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }