declare const getAllChildIds: (nodeId: string, data: any[]) => string[]; export default getAllChildIds;