import { NodeItem } from '../interface'; export declare function createStartEvent(xml: Document, node: NodeItem): { eles: HTMLElement[]; pId: string; };