declare const _default: { blockquote: typeof ignore; break: typeof ignore; code: typeof ignore; delete: typeof ignore; emphasis: typeof ignore; footnoteReference: typeof ignore; footnote: typeof ignore; heading: typeof ignore; html: typeof ignore; imageReference: typeof ignore; image: typeof ignore; inlineCode: typeof ignore; linkReference: typeof ignore; link: typeof ignore; listItem: typeof ignore; list: typeof ignore; paragraph: typeof ignore; root: typeof ignore; strong: typeof ignore; table: typeof ignore; text: typeof ignore; thematicBreak: typeof ignore; toml: typeof ignore; yaml: typeof ignore; definition: typeof ignore; footnoteDefinition: typeof ignore; }; export default _default; /** Return nothing for nodes which are ignored. */ declare function ignore(): any;