import { AppStateService } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class OpcuaMicroserviceGuard {
    private app;
    microserviceName: string;
    checkApp: Promise<boolean>;
    constructor(app: AppStateService);
    canActivate(): Promise<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<OpcuaMicroserviceGuard, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<OpcuaMicroserviceGuard>;
}
//# sourceMappingURL=opcua-microservice.guard.d.ts.map