export declare function objPaths(obj: object): string[][]; export declare function objValuePaths(obj: any, root?: string[], result?: object): any;