/** * @import {Nodes, Parents} from 'hast' */ /** * Get the plain-text value of a hast node. * * @param {Nodes} node * Node to serialize. * @returns {string} * Serialized node. */ export function toString(node: Nodes): string; import type { Nodes } from 'hast'; //# sourceMappingURL=index.d.ts.map