import type { MdastOpts } from './ast-processor'; declare const hast: (text: string, opts?: MdastOpts) => import("hast").Root; export default hast;