export declare function getAllObjectKeysTree(obj: object, parentkeynames?: boolean): string[];
