/** * based on: https://github.com/IndigoUnited/js-deep-sort-object */ export declare function _sortObjectDeep(o: T): T;