Fix #20873: Enforce strictNullChecks for RHS of empty destructuring assignment
@types/packageName
const { ...a: b } = {};
...