import * as Core from "kamboja-core"; export declare namespace ValidatorFactory { function resolve(commands: (string | Core.ValidatorCommand)[], resolver: Core.DependencyResolver): Core.ValidatorCommand[]; }