export declare const getMenuItemsRecursively: (menuItems: any, activeOnly: any, user: any, checkDeviceSize?: boolean) => any; /** * Locates the menu item flagged `isHomeRoute` and returns both its slug and the * location state to redirect with. Prefer this over findHomeRouteSlug when * building the `/` redirect, otherwise the home page loads without its menu * parameters. */ export declare const findHomeRoute: (menu: any) => any; export declare const findHomeRouteSlug: (menu: any) => any; export declare const getRouteRolesMapAndMenuActiveMap: (menu: any) => { rolesMap: Map; menuActiveMap: Map; }; //# sourceMappingURL=menuUtilities.d.ts.map