import type { KeymapEventListener } from "obsidian";
import type { PluginContext } from "./plugin.js";
export declare function newHotkeyListener(context: PluginContext, ids?: Set<string>): KeymapEventListener;
//# sourceMappingURL=keys.d.ts.map