/** * Add support for generic directives. * * ###### Notes * * Doesn’t handle the directives: create your own plugin to do that. * * @returns {undefined} * Nothing. */ export default function remarkDirective(): undefined; export type Root = import('mdast').Root; export type Processor = import('unified').Processor;