e2c0ddf325c64883fac7931f08292e8d4028c5fd980217464e6705acf3bad545576b632031133ad4f15f3b70da6a9f9f750faf63037ec5266f30b4a6aa0130 121 B

12345
  1. declare function getDunderProto(target: {}): object | null;
  2. declare const x: false | typeof getDunderProto;
  3. export = x;