If I have this code
declare global { interface Number { foo(bool: boolean): number; } } Number.prototy