import { Root } from 'hast'; import { FilterOptions } from './types'; export default function rehypeFilter(options: FilterOptions): ((tree: Root) => void) | undefined;