Repository URL to install this package:
import { Scope } from '@nestjs/common'; import { Type } from '@nestjs/common/interfaces/type.interface'; export declare function getClassScope(provider: Type<unknown>): Scope;