export declare function bind<T extends Function>(func: T, target: any): T;
