export declare function inPlaceSortByKeys(object: Record<string, any>): Record<string, any>;
