interface SomeObject { [x: string]: unknown; } export declare const sort: (obj: SomeObject) => SomeObject; export {};