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