/**
 * @param {State} state
 *   State.
 * @param {Readonly<Element>} node
 *   hast element to transform.
 * @returns {Text}
 *   mdast node.
 */
export function textarea(state: State, node: Readonly<Element>): Text;
import type { State } from 'hast-util-to-mdast';
import type { Element } from 'hast';
import type { Text } from 'mdast';
//# sourceMappingURL=textarea.d.ts.map