import type { TreeListData } from '../../../../types'; import type { TreeListItemValue } from '../../../types'; export declare const getChainId: (tree: TreeListData[], targetValue?: TreeListItemValue | null) => string[];