import * as v from 'valibot'; import type { IBookmarkElement, IBookmarkSet } from '../types/bookmarks.js'; import { type InferObjectEntries } from '../../helpers.js'; /** Schema declaration for official editor `Bookmark Element` */ export declare function BookmarkElementSchema(): v.ObjectSchema, undefined>; /** Schema declaration for official editor `Bookmark Set` */ export declare function BookmarkSetSchema(): v.ObjectSchema, undefined>; //# sourceMappingURL=bookmarks.d.ts.map