/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare function sortObject(obj: unknown): object; //# sourceMappingURL=sort-objects.d.ts.map