import type { StoryBookmarkNode } from '@prezly/slate-types'; type RequiredProps = Pick; type OptionalProps = Omit; export declare function createStoryBookmark(props: RequiredProps & Partial): StoryBookmarkNode; export {};