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