import { PipeTransform } from '@angular/core';
import { IApplication } from '@c8y/client';
import { ApplicationState, EcosystemService } from '@c8y/ngx-components/ecosystem/shared';
import * as i0 from "@angular/core";
export declare class AppStatePipe implements PipeTransform {
    private ecosystemService;
    constructor(ecosystemService: EcosystemService);
    transform(app: IApplication, arg: keyof ApplicationState): ApplicationState[keyof ApplicationState];
    static ɵfac: i0.ɵɵFactoryDeclaration<AppStatePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<AppStatePipe, "appState", false>;
}
//# sourceMappingURL=appState.pipe.d.ts.map