declare function helperDeleteProperty(obj: any, property: any): void;
export default helperDeleteProperty;
