import type { Root } from 'hast';
import type { Transformer } from 'unified';
/**
 * rehype plugin to handle img source from local
 */
export default function rehypeImg(): Transformer<Root>;
