/** * Delete the property in an object according to the array of keys * @param obj The object being manipulated * @param keys Array of keys * @param index Where to start * @returns Whether the deletion is successful */ export declare function deleteObjectProperty(obj: unknown, keys: Array, index?: number): boolean; //# sourceMappingURL=property.d.ts.map