declare function unset(obj: Record, prop: string | string[]): boolean; export = unset;