export declare class NodeItem { uid?: string; constructor(uid?: string); withUid(uid: string): NodeItem; } //# sourceMappingURL=NodeItem.d.ts.map