import type { TreeListData } from '../../../../Tree'; import type { MultipleValue } from '../../../types'; export declare const getChainsId: (tree: TreeListData[], targetId: MultipleValue) => string[][];