| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/helpers/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/helpers/get-class-scope.d.ts |
import { Scope } from '@nestjs/common';
import { Type } from '@nestjs/common/interfaces/type.interface';
export declare function getClassScope(provider: Type<unknown>): Scope;