import type { ExtensionAuto } from "../../../core/index.js"; import type { Config } from "./types.js"; export type CommandMenuOptions = { actions: Config; nodesIgnoreList?: readonly string[]; }; export declare const CommandMenu: ExtensionAuto;