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