import type { Action } from '../app-reducer.js'; import type { AppProps } from '../app-props.js'; export declare function useHelpPanel(dispatch: React.Dispatch, slashRegistry: AppProps['slashRegistry']): { openHelpPanel: () => void; }; //# sourceMappingURL=use-help-panel.d.ts.map