import { TextNode } from '../types'; export declare function isText(value: unknown): value is TextNode;