import { Node, Text } from 'slate'; export declare function isText(node: Node): node is Text;