import { Constructor } from "../@types/DynamicInject"; export declare class ScopeProperty { static REQUEST(...args: (string | Constructor)[]): (target: any, paramName: string) => void; static SINGLETON(...args: (string | Constructor)[]): (target: any, paramName: string) => void; static NEW(...args: (string | Constructor)[]): (target: any, paramName: string) => void; static SESSION(...args: (string | Constructor)[]): (target: any, paramName: string) => void; static DAO(target: any, paramName: string): void; } //# sourceMappingURL=ScopeProperty.d.ts.map