import { ITaxonomyNavigationService } from './ITaxonomyNavigationService'; import { IMenuItem } from './IMenuItem'; import { ApplicationCustomizerContext } from '@microsoft/sp-application-base'; export declare class TaxonomyNavigationService implements ITaxonomyNavigationService { private context; private termSetNameOrId; private debug; private cacheMinutes; private _taxonomyPickerService; constructor(context: ApplicationCustomizerContext, termSetNameOrId: string, debug?: boolean, cacheMinutes?: number); getMenuItems(): Promise; }