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