export declare const getParentNodeIds: (id: string, graph: any) => string[]; export declare const getAllParentNodeIds: (id: string, graph: any, allParentNodeIds?: string[]) => string[]; export declare const getChildrenNodeIds: (nodeId: string, graph: any) => string[]; export declare const getAllChildrenNodeIds: (nodeId: string, graph: any, allChildrenNodeIds?: string[]) => string[];