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