import { type AnyObject } from '@augment-vir/core';
export declare function sortObject<const T extends AnyObject>(original: T): T;
