export declare function bound<T extends object>(target: T): T;
export { default, ISimpleBindingStorage } from './bound';
export { default as Binding, SubscriberRole, IBindingPlugin, ISubscriber } from '../binding';
export { default as BoundBase, IBindingStorage, IBoundPluginMap } from './base';
export * from '../util';
export { default as BoundError } from '../boundError';
