import { TProviders } from '../types';
declare abstract class ReflectionUtils {
    static getProvidersFromParams(target: any): TProviders;
}
export { ReflectionUtils };
