import { NodeItem } from '../interface'; export declare function createId(type: string): string; export declare function getEndEventId(data: NodeItem): string; export declare function getNodeById(data: NodeItem, id: string): NodeItem; export declare function getParentNodeById(data: NodeItem, id: string): NodeItem; export declare function transformArray(data: NodeItem): NodeItem[];