I expect the return type of `Function.prototype.bind` should be Function but it's any. ```ts bind(this: Function, thisArg: any, ...argArray: any[]): any; ``` Can anyone help me about this question?