import type { BookmarkActions } from './types.js';
export declare const useBookmarkActions: () => BookmarkActions;
