import { ContainerRuntimeCLI } from "./types";
declare const DockerCLI: ContainerRuntimeCLI;
export default DockerCLI;
