import { type ContentUpdatedCallback, type ContentUpdatedCallbackHook } from '@vunk/shared/vike/vue/hooks/contentUpdatedCallbacks'; /** * Register callback that is called every time the markdown content is updated * in the DOM. */ export declare function onContentUpdated(fn: ContentUpdatedCallback, options?: { hooks: ContentUpdatedCallbackHook[]; }): void; export { ContentUpdatedCallback, ContentUpdatedCallbackHook, };