export declare function getPathRecursive(node: Record, prefix?: string[], previous?: string[][]): string[][];