import type { PluggableList } from 'unified';
export declare const useMarkdownPlugins: () => {
    remarkPlugins: PluggableList;
    rehypePlugins: PluggableList;
};
