importDockerfrom'dockerode';
/**
* Helper function to check the existence of docker
* @param self Is the instance of 'this'
* @param type Is the context of the caller, so we know which error to log
*/exportdefaultfunctiongetDocker(self: any, type: string): Promise<Docker>;