export declare const renameObjectKey: (obj: object, oldKey: string, newKey: string) => object;