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