export declare function sortObject(sortedKeys: string[], object: { [key: string]: any; }): { [key: string]: any; }; export declare function alphabeticalSortObject(object: object): { [k: string]: any; };