export declare function bind(name: string, fn: (evt: T) => void, target?: any): void; export declare function unbind(name: string, fn: (evt: T) => void, target?: any): void; export declare function mouseMoveUp(movefunc: (evt: T) => void, upfunc: (evt: T) => void): void;