import { IMapping, IOptions, IStore } from '../../__types__'; /** * Loads the menu items */ export declare const loadMenuItems: (options: IOptions, hyralService: string, store: IStore) => void; //# sourceMappingURL=Menu.d.ts.map