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