declare enum InjectionType {
    singleton = 0,
    transient = 1
}
export default InjectionType;
