declare const FunctionPrototypeBind: (t: Function, thisArg: any, ...argArray: any[]) => ReturnType; export = FunctionPrototypeBind;