import { Processor } from 'unified'; import { Options } from '../types'; export declare function createRemark(remarkPlugins?: Options['remarkPlugins']): Processor; export declare function createRehype(rehypePlugins?: Options['rehypePlugins']): Processor;