import { IApplet, IMenuItem, LMSession } from "@launchmenu/core";
/**
 * Creates a new menu item for a given applet
 * @param applet The applet to create the menu item for
 * @param session The LM session that this applet interface is for
 * @returns The created menu item
 */
export declare function createAppletMenuItem(applet: IApplet, session?: LMSession): IMenuItem;
//# sourceMappingURL=createAppletMenuItem.d.ts.map