import {ImageOrContainer} from "./dockerode";
export interface DockerUtilOptions {
  IorC: ImageOrContainer,
  listAll: boolean
}

