import { IConfig } from './npmdocker.config'; export declare let run: (configArg: IConfig) => Promise;