import { Instructions } from "../../../../core/interpretator/dom/instructions/type.instructions"; export declare function ApplyText(node: HTMLElement, offset: number, data: Instructions): void; export declare const TEXT_HANDLER_ID: number;