import { INpmtsConfig } from '../npmts.config'; /** * run this module * @param configArg some config for how to run this module */ export declare let run: (configArg: INpmtsConfig) => Promise;