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