export declare function getMatchData(arr: any[], parentId?: string | null, nestingDepth?: number, parentPath?: string): any[];
