importLifecyclefrom"./lifecycle";
declaretypeRegistrationOptions = {
/**
* Customize the lifecycle of the registration
* See https://github.com/microsoft/tsyringe#available-scopes for more information
*/lifecycle: Lifecycle;
};
exportdefaultRegistrationOptions;