export default function bind(fn: any, thisArg: any): (...args: any[]) => any;