import type { HistoryData } from '../types.js';
export declare const $historyItems: import("nanostores").MapStore<HistoryData>;
export declare const historyActionsManager: {
    fetchHistory: () => void;
    hasHistory: () => boolean;
    showNext: () => void;
    showPrevious: () => void;
};
