export declare const removeObjectValue: (object: object | any[], keys: string | string[]) => any; export default removeObjectValue;