import { type Dispatch } from 'react'; import type { Action } from '../app-reducer.js'; export declare function useHistoryCopyNotice(dispatch: Dispatch): (entryId: number) => void; //# sourceMappingURL=use-history-copy-notice.d.ts.map