import { Store } from "@ngrx/store"; import { GenericActionPayload } from "../../../shared-store.models"; import * as i0 from "@angular/core"; export declare class ChefNodeManagementNodeSharedFacadeService { private readonly store; constructor(store: Store); nodesFindOneNode$(id: string): import("rxjs").Observable; nodesFindOneNode(payload: GenericActionPayload): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }