export declare function sortObjectLexicographically(obj: {
    [key: string]: any;
}): {
    [key: string]: any;
};
