interface Target { key: string; value?: any; } declare type BaseT = Record; export declare const treeReduce: (target: Target, childKey: string, data: T | T[]) => any[]; export {}; //# sourceMappingURL=treeReduce.d.ts.map