import { Node } from'../../prosemirror';
/**
* Checks if node is an empty paragraph.
*/exportdeclarefunctionisEmptyParagraph(node?: Node): boolean;
/**
* Checks if a node has any significant content.
*/exportdeclarefunctionisEmpty(node?: Node): boolean;