import { ISettingsTree } from "../../../settings/_types/ISettingsTree"; import { TConfigSettings } from "../../../settings/_types/TConfigSettings"; import { LaunchMenu } from "../../LaunchMenu"; import { IApplet } from "../_types/IApplet"; import { TWithLM } from "./_types/TWithLM"; /** * Retrieves an applet when a LM instance is supplied * @param applet The applet data * @param session The applet data when a LM instance is supplied * @returns The applet when a LM instance is provided */ export declare function withLM(applet: E, LM: LaunchMenu, settings: E extends IApplet ? TConfigSettings : ISettingsTree): TWithLM; //# sourceMappingURL=withLM.d.ts.map