/**
 * Checks whether a node is a “body OK” link.
 *
 * @param {Nodes} node
 *   Node to check.
 * @returns {boolean}
 *   Whether `node` is a “body OK” link.
 */
export function isBodyOkLink(node: Nodes): boolean;
import type { Nodes } from 'hast';
//# sourceMappingURL=index.d.ts.map