import { IMenuItem } from "@launchmenu/core";
import { NoteCategory } from "../dataModel/NoteCategory";
import { NotesSource } from "../dataModel/NotesSource";
/**
 * Creates a new note category menu item
 * @param category The category to create the management for
 * @param noteSource The notes source for category restoration
 * @returns The menu item to configure the note category
 */
export declare function createNoteCategoryMenuItem(category: NoteCategory, notesSource: NotesSource): IMenuItem;
//# sourceMappingURL=createNoteCategoryMenuItem.d.ts.map