import 'reflect-metadata';
/**
* Makes the modulesingle-scoped (not singleton).
* In this case, Nest will always create a new instance of this particular modulewhen it's imported by another one.
*/
export declarefunction SingleScope(): ClassDecorator;