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