import { NodeItem } from '../interface'; export declare function createUserTask(xml: Document, node: NodeItem, pids: string[], stopId?: string): { prevId: string; eles: HTMLElement[]; };