export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, HelpDialogDependencies, } from './helpDialogPluginType'; export { helpDialogPlugin } from './helpDialogPlugin'; export { /** * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API */ openHelpCommand as deprecatedOpenHelpCommand, } from './pm-plugins/commands';