/**
 * Unset object property.
 */
declare function unset(obj: any, prop: any): boolean;
export default unset;
