declare const FunctionPrototypeSetArguments: (t: Function, ...a: Parameters) => ReturnType; export = FunctionPrototypeSetArguments;