export declare const getPathById: (id: any, data: any) => any[]; export declare const flatten: (arr: any[]) => any[];