import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ConfigService, MenuItem } from '@valtimo/shared'; import * as i0 from "@angular/core"; export declare class ObjectMenuService { private readonly http; private readonly configService; constructor(http: HttpClient, configService: ConfigService); appendObjectMenuItems: (menuItems: MenuItem[]) => Observable; private getObjects; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }