export declare function createBind<T extends Function>(func: T, bitmask?: any, thisArg?: any): T;
export default createBind;
