/** * @name objectClear * @summary Removes all the keys from the input object */ export declare function objectClear(value: Record): Record;