import type * as HAST from 'hast-format'; import type * as MDAST from 'mdast'; import type { Parent, Node } from 'unist'; import { H } from '../index'; export declare function listItem(h: H, node: MDAST.ListItem & Node, parent: MDAST.List & Parent): HAST.Element; export declare function list(h: H, node: MDAST.List & Parent): HAST.Element;