export declare function bind(thisArg: any, obj: any, ...args: any[]): (...newArgs: any[]) => void;