import { PipeTransform } from '@angular/core';
import { IManagedObject } from '@c8y/client';
import { GroupService } from './group.service';
import * as i0 from "@angular/core";
export declare class ShouldShowMoPipe implements PipeTransform {
    private groupService;
    constructor(groupService: GroupService);
    transform(mo: IManagedObject, option: string): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<ShouldShowMoPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ShouldShowMoPipe, "shouldShowMo", false>;
}
//# sourceMappingURL=should-show-mo.pipe.d.ts.map