import { IActionBinding, LaunchMenu } from "@launchmenu/core";
/**
 * Creates the context menu binding to hide the window
 * @param LaunchMenu The LaunchMenu instance
 * @param hideWindow The callback to call to exit the window
 * @returns An action binding for the context menu to hide the window
 */
export declare function createExitContextMenuBinding(LM: LaunchMenu, hideWindow: () => void): IActionBinding[];
//# sourceMappingURL=createExitContextMenuBindings.d.ts.map