import { DecoratorType } from "../../decorators/types/decorator";
import { ServiceArgumentsInternal } from "../../decorators/interfaces/service-arguments";
export declare class ModuleValidators {
    validateEmpty(m: any, original: ServiceArgumentsInternal, type: DecoratorType): void;
    genericWrongPluggableError(m: any, original: ServiceArgumentsInternal, type: DecoratorType): void;
    validateImports(m: any, original: ServiceArgumentsInternal): void;
    validateServices(m: any, original: ServiceArgumentsInternal): void;
    validateBehavior(m: any, original: ServiceArgumentsInternal): void;
}
