import { TypingSnapshot } from '../../shared/types'; import { TextTypingNode } from '../nodes.types'; export declare function textTypingNodeHandler(node: TextTypingNode, typingSnapshot: TypingSnapshot): void;