export declare function renameKey(o: Record<string, any>, oldName: string, newName: string): Record<string, any>;
