/** * sort object attributes * @link https://stackoverflow.com/a/39442287 */ export declare function sortObject(obj: T): T;