declare enum BindingScope {
    Transient = 0,
    Singleton = 1,
}
export default BindingScope;
