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