import { UnbindFn, InferEventType, Binding } from './types'; export declare function bind | (string & {})>(target: TTarget, { type, listener, options }: Binding): UnbindFn;