import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { ApplyChangeHandler } from '@atlaskit/editor-plugin-context-panel';
export default function keymapPlugin(applyChange: ApplyChangeHandler | undefined): SafePlugin;
