**Code** ```ts const O = class { #g } ``` **Expected behavior:** ```ts declare const O = class { #private } ``` **Actual behavior:** ```ts declare const O: { new (): { "__#1@#g": any; }; }; ```