export declare const PLUGIN_EVENTS: { readonly SHORTCUT_MARKS_CHANGE: "SHORTCUT_MARKS_CHANGE"; }; declare module "@block-kit/core/dist/es/event/bus/types" { interface EventMapExtension { [PLUGIN_EVENTS.SHORTCUT_MARKS_CHANGE]: null; } }